Does anybody know how to set quality = Prepress

About the programming interface for the virtual PDF printer driver.

Moderator: jr

Post Reply
Luterson
Posts: 2
Joined: Tue Jan 13, 2009 10:00 pm

Does anybody know how to set quality = Prepress

Post by Luterson »

I am trying to reduce the slight jpg compression fringing around bit mapped lines produced by the default "standard" quality of pdf conversion.

However, the following Excel VBA does not seem to have any effect...

' after ensuring that "References > Bullzip = ticked"
Dim myobject As New Bullzip.PDFPrinterSettings
With myobject
.SetValue "Quality", "Prepress"
End With

...even though lots of other Bullzip parameters can be set in this way.
Post Reply