BCL easyPDF SDK
easyPDF SDK Usermanual
PDF Creator Programming API  |  Download Free Trial  |  Contact Us to Purchase

PDFProcessor Object Description

ProgID

easyPDF.PDFProcessor.7

CLSID

7A76ADB6-1D17-41cd-8337-8A7E768A35E9

UUID

CCE51F13-59D1-4e99-8187-AC1C2852691B

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.7")
    oProcessor.Merge "input1.pdf", "input2.pdf", "output.pdf"