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??
Printer Settings Server 2012
Moderator: jr