Printer Object Description

ProgID

easyPDF.Printer.6

CLSID

BF3E60EB-0224-41c9-B871-485247B9809F

UUID

3E8253B7-B37A-4926-B807-2426E3ACB90E

This object represents an easyPDF Printer. This is the entry point for accessing all of the easyPDF Printer SDK features.

Example Usage

Set oPrinter = CreateObject("easyPDF.Printer.6")
Set oPrintJob = oPrinter.PrintJob
oPrintJob.PrintOut "C:\input.doc", "C:\output.pdf"