Resolution
Posted: Fri Sep 26, 2008 4:37 pm
Hi
I've just downloaded the free version of the PDF Printer for evaluation and have a problem setting the Resolution of the PDF - no matter what I set Res or ResX/ResY to, the quality of the PDF doesn't change (and the file size is identical).
Anyone come across this before - my code is pasted below.
Any help gratefully received.
Bullzip.PDFPrinterSettings bullZip = new PDFPrinterSettings();
bullZip.SetValue("output", outFile);
bullZip.SetValue("ShowSettings", "never");
bullZip.SetValue("ShowPDF", "no");
bullZip.SetValue("ShowSaveAS", "nofile");
bullZip.SetValue("ConfirmOverwrite", "no");
bullZip.SetValue("Res", "1000");
//or
// bullZip.SetValue("ResX", "1000");
// bullZip.SetValue("ResY", "1000");
bullZip.WriteSettings(true);
I've just downloaded the free version of the PDF Printer for evaluation and have a problem setting the Resolution of the PDF - no matter what I set Res or ResX/ResY to, the quality of the PDF doesn't change (and the file size is identical).
Anyone come across this before - my code is pasted below.
Any help gratefully received.
Bullzip.PDFPrinterSettings bullZip = new PDFPrinterSettings();
bullZip.SetValue("output", outFile);
bullZip.SetValue("ShowSettings", "never");
bullZip.SetValue("ShowPDF", "no");
bullZip.SetValue("ShowSaveAS", "nofile");
bullZip.SetValue("ConfirmOverwrite", "no");
bullZip.SetValue("Res", "1000");
//or
// bullZip.SetValue("ResX", "1000");
// bullZip.SetValue("ResY", "1000");
bullZip.WriteSettings(true);