PDF Printer - User Guide

The Bullzip PDF Printer is a limited free edition of the PDF Writer from bioPDF. There are very little technical differences between the edition from bioPDF and the freeware version. This means that you can use the documentation for the PDF Writer at www.biopdf.com as long as you take into consideration that small differences may apply. These differences are listed below.

Documentation at bioPDF

Installation

The free PDF Writer does not support the /PRINTERNAME command line switch on the setup program.

COM Automation

All examples where COM Automation (ActiveX) is used to control the printer must use a different Program ID. Some examples may contain the code below:

CreateObject("bioPDF.PDFPrinterSettings")

This should be changed to:

CreateObject("Bullzip.PDFPrinterSettings")