PDFProcessor Object Description

ProgID

easyPDF.PDFProcessor.5

CLSID

44335134-1B25-4A35-8196-04EE13CC9D40

UUID

60AE69C7-B0FA-453D-B524-E7DF5431D7AC

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

 

 

 

<<