Printer Object Description

ProgID

easyPDF.Printer.5

CLSID

25F08316-7AAA-4EA7-B578-E3739C069DBE

UUID

9CE5FC56-E2A6-4361-86B7-BF0FD4BCD295

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

Example Usage


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

 

 

<<