PDFProcessor Object Description

ProgID

easyPDF.PDFProcessor.6

CLSID

090C133D-DD9B-4a65-AC9E-99C4EA1EEA3E

UUID

E1A2691E-2081-4b19-B89A-BB8CF680E991

This object represents an easyPDF PDF Processor. This is the entry point for accessing all of the easyPDF PDF Processor SDK feature. This object lets you do post-processing of existing PDF files (such as merging multiple PDF files into one, splitting one PDF file into two, and encrypting/decrypting a PDF file)

Example Usage

 Set oProcessor = CreateObject("easyPDF.PDFProcessor.6")
    oProcessor.Merge "input1.pdf", "input2.pdf", "output.pdf"