Search found 3 matches

by ramesh
Wed Sep 21, 2011 1:01 pm
Forum: Support & Troubleshooting
Topic: Disable ""SAVE PDF AS "" dialog .
Replies: 4
Views: 8144

Re: Disable ""SAVE PDF AS "" dialog .

const string PRINTER_NAME = "novaPDF for SDK v7"; const string SMALL_SIZE_PROFILE = "rpi1cob"; const int PROFILE_IS_PUBLIC = 1; NovaPdfOptions pNova = new NovaPdfOptions(); pNova.Initialize(PRINTER_NAME, "", "", ""); // mark start changing options pN...
by ramesh
Wed Sep 21, 2011 12:16 pm
Forum: Support & Troubleshooting
Topic: Disable ""SAVE PDF AS "" dialog .
Replies: 4
Views: 8144

Re: Disable ""SAVE PDF AS "" dialog .

Now I have modifield the code and set the active profile. First time it works well then build the application second time it's not generate the pdf file and then I have commented all the below code and run the application once again. Now its working fine.I can not change the path for each file, it s...
by ramesh
Wed Sep 21, 2011 3:56 am
Forum: Support & Troubleshooting
Topic: Disable ""SAVE PDF AS "" dialog .
Replies: 4
Views: 8144

Disable ""SAVE PDF AS "" dialog .

HI, I am using the nova pdf sdk to generate the pdf files, I have installed the novapdf sdk and included the novalib library and Globals.cs, inserted the below code. const string SMALL_SIZE_PROFILE = "Small Size Profile"; const string FULL_OPT_PROFILE = "Full Options Profile"; co...