First try setting the PDFSettings.ScaleImages property to False and see if that helps. If you are loading templates, be sure you set this property after the template is loaded.
If this does not change the quality, try adjusting PDFSettings.ImageCompression.
Comments
First try setting the PDFSettings.ScaleImages property to False and see
if that helps. If you are loading templates, be sure you set this
property after the template is loaded.
If this does not change the quality, try adjusting
PDFSettings.ImageCompression.
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Setting imageCompression to 1 helped...
Setting imageCompression to 1 helped for me too. Thanks.