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);
Resolution
Moderator: jr
Re: Resolution
Does your PDF contain any graphics? Is the graphics bitmap images or vector based images?
Regards,
Jacob
Regards,
Jacob
Re: Resolution
Hi Jacob
I have bitmap images in the PDF.
Regards
I have bitmap images in the PDF.
Regards