
Using BCL easyPDF SDK
Make sure that the host application is installed in the same machine as easyPDF SDK
Version 6.3 introduces
OpenOfficePrintJob, which allows Word, Excel and PowerPoint conversion with OpenOffice.
BCL easyPDF SDK is a PDF printer driver technology, so it requires the host application that can view and print your documents to be installed in the same machine as easyPDF SDK. For example, to convert Word and Excel documents to PDF, you have to have both Microsoft Word and Excel installed.
Programming easyPDF SDK in Java
Version 6.3 offers a comprehensive interface to the native 64-bit JRE/JDK.
BCL easyPDF SDK includes a Java COM bridge support based on The Java/Win32 integration project (Jawin). This allows Java application to utilize our rich easyPDF SDK library. Click here for the setup instruction.
Programming easyPDF SDK in .NET
To use easyPDF SDK's COM Object in .NET, follow these following steps:
- Add reference to your project
- Specify name space
- Write a couple lines of code
- Click here for screenshots and more information
Programming easyPDF SDK in Server Environment (ASP, ASP.NET, PHP, ColdFusion)
Please follow these easy steps to prepare your server:
- Step 1: easyPDF SDK Loader Setup
- Step 2: Microsoft Office Setup (if you are converting Office documents into PDF)
- Step 3: COM Security Setup
For a programming example, please refer to the ASP sample page.
Programming easyPDF SDK in Visual C++, VB, Windows Scripting Host
Please refer to the how to use easyPDF Object page.
Sample Code
Download these project files to help you get started with BCL easyPDF SDK.