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

PDFConverter Object Description

ProgID

easyPDF.PDFConverter.7

CLSID

B935AFFA-C8D8-4f18-8D10-91E76119A86A

UUID

04E35557-0E8B-431c-9622-B3B7D7B2007D

This object represents an easyPDF PDF Converter. This is the entry point for accessing all of the easyPDF PDF Converter features. This object lets you convert PDF files into different format. This object currently supports PDF to image (BMP, EMF, GIF, JPEG, PNG, TIFF) conversion.

Example Usage

Set oConverter = CreateObject("easyPDF.PDFConverter.7")
Set oPDF2Image = oConverter.PDF2Image
oPDF2Image.Convert inFileName, outFileName