| What are the easyPDF Objects |
The easyPDF Objects are a group of COM objects which contain the functionality to create and modify PDF files.
| Object | Use |
| easyPDF Printer
SDK |
Creating PDF |
| easyPDF
PDF Processor SDK |
Modifying PDF |
| easyPDF
PDF Converter SDK |
Converting PDF into other formats |
| easyPDF
PDF Document SDK |
Processing PDF Form |
| easyPDF
SDK Loader |
Helper object for running Printer SDK on server environment |
The objects were written in Visual C++ using ATL. The result is a set of extremely small, fast and efficient COM objects. The easyPDF Objects are designed to run on 32-Bit Windows implementations running on Intel processors. Each object is contained in its own DLL.
| Object | Prog ID | Namespace | File Name |
| Printer Object | easyPDF.Printer.5 | EasyPDFPrinter | bepprint.dll |
| PDF Processor Object | easyPDF.PDFProcessor.5 | EasyPDFProcessor | bepproc.dll |
| PDF Converter Object | easyPDF.PDFConverter.5 | EasyPDFConverter | bepconv.dll |
| PDF Document Object | easyPDF.PDFDocument.5 | EasyPDFDocument | bepdoc.dll |
| Loader Object | easyPDF.Loader.5 | EasyPDFLoader | bepldr.exe |
Each COM object can behave as in-process OLE automation server or as an OCX. Almost every development environment on the Windows platform supports the use of this type of object.
The easyPDF Objects work great with