Printer Settings Server 2012

About the programming interface for the virtual PDF printer driver.

Moderator: jr

Post Reply
arnoldroman
Posts: 1
Joined: Mon Mar 04, 2013 5:34 pm

Printer Settings Server 2012

Post by arnoldroman »

We used Bullzip (6.0) together with Visual Basic 6 on a WindowsServer2008, there where no problems.
Now we chanced to WindowsServer2012 and Bullzip (9.6) there is no error but the commands we use don't change the settings.

Set PdfPrint = CreateObject("Bullzip.PDFPrinterSettings")
PdfPrint.SetValue "Output", "name.pdf"
PdfPrint.SetValue "ConfirmOverwrite", "no"
PdfPrint.SetValue "ShowSaveAS", "never"
PdfPrint.SetValue "ShowSettings", "never"
PdfPrint.SetValue "ShowPDF", "no"
PdfPrint.SetValue "RememberLastFileName", "no"
PdfPrint.SetValue "RememberLastFolderName", "no"
PdfPrint.WriteSettings True

Is there something chanched ?? Who Knows??
Post Reply