What strings to use for NOVAPDF_PAGE_FORM?
-
- Posts: 2
- Joined: Mon May 27, 2013 9:48 am
What strings to use for NOVAPDF_PAGE_FORM?
Hi,
I'm trying out novaPDF sdk and am wondering where I can find the available strings for the option string setter method:
In the documentation is to be read that anything like "A4", "Letter", a.s.f. can be inserted but I'm not able to find a gathering of all possible strings. Inserting 'funny bunny' won't give me a bunny shaped paper format, will it? 
Best regards and thanks in advance,
Caps
I'm trying out novaPDF sdk and am wondering where I can find the available strings for the option string setter method:
Code: Select all
pNova.SetOptionString2(NOVAPDF_PAGE_FORM, 'what to insert here?', PROFILE_NAME, PROFILE_IS_PUBLIC);

Best regards and thanks in advance,
Caps
-
- Posts: 2
- Joined: Mon May 27, 2013 9:48 am
Re: What strings to use for NOVAPDF_PAGE_FORM?
I would appreciate a reply, because it influences our decision regarding the purchase.
-
- Posts: 177
- Joined: Wed Dec 16, 2009 10:48 am
Re: What strings to use for NOVAPDF_PAGE_FORM?
The "page form" setting cannot be used to change the page setting to a specific form, it can only be used to read the form set on printer. Here is an article on how to change paper size programatically:
http://www.novapdf.com/kb/how-to-set-pr ... k-112.html
You can also email us at [email protected] if you have other questions regarding novaPDF (faster replies).
http://www.novapdf.com/kb/how-to-set-pr ... k-112.html
You can also email us at [email protected] if you have other questions regarding novaPDF (faster replies).