PDF Programming in Visual C#
Programmatically set PDF file features in C#, such as:
- Digital Signature
- Watermark
- Metadata
Programmatically extract PDF form data in C#.
Using the PDFProcessorHandle class to programmatically perform a sequence of operations on a PDF file in C#
Programmatically merge and rotate PDF in C#.
Programmatically handle the printer monitor event. To test this C# PDF program, you need to run a program that does easyPDF printing first. This PrinterMonitorTest program will display the printer status in its window.
PDF Programming in Visual Basic
To run the Visual Basic 6 sample code, you may need to download Visual Basic 6 runtime modules from Microsoft.
Programmatically convert PDF into image files and catch events from converter in Visual Basic.
Programmatically view and edit PDF form fields in Visual Basic.
Programmatically merge multiple PDF files into one PDF file in Visual Basic
Programmatically convert a document into PDF and catch events from printer driver in Visual Basic.
Programmatically convert to PDF using application's "File"->"Print" menu(i.e., Open a document with Word, and then start printing from within Word). This feature will be useful for creating a client-side application in Visual Basic.
PDF Programming in Java (Jawin bridge for 32-bit JDK only)
Programmatically convert a PDF file to image in Java.
Programmatically process PDF form fields in Java. This application is designed to work best with the supplied PDF file. This PDF file (Form.pdf) can be found in the zip file.
Programmatically convert a document to PDF in Java.
Programmatically convert any document to PDF using memory streaming in Java. PrintOut3() is the only method that does this functionalities from memory to memory streaming via byte array type.
Programmatically merge PDF files in Java.
PDF Programming in Java (Jacob bridge for 32 and 64-bit JDK)
Programmatically convert a PDF file to images in Java.
Programmatically process PDF form fields in Java.
This application is designed to work best with the supplied PDF file.
This PDF file (Form.pdf) can be found in the same directory as this source code.
This program demonstrates easyPDF SDK ability to programmatically convert a file with supported format to a PDF file in Java
Programmatically convert any document to PDF using memory streaming in Java. PrintOut3() is the only method that does this functionalities from memory to memory streaming
via byte array type.
Programmatically merge PDF files in Java.
PDF Programming in Visual C++
Programmatically convert a PDF into images and catch events from the PDFConverter using PDFConverterMonitor in Visual C++.
Programmatically extract PDF form data in Visual C++.
Programmatically view and edit PDF form fields in Visual C++.
Use the PDFProcessorHandle class to programmatically perform a sequence of operations on a PDF file in Visual C++.
Programmatically convert a document into PDF in Visual C++.
Programmatically perform a batch PDF conversion in Visual C++. When the process starts, it grabs all the files in the specified
input folder, and converts them into PDF one by one. Converted PDF
will be stored in specified output path.
Programmatically convert to PDF using application's "File"->"Print" menu (i.e., Open a document with Word, and
then start printing from within Word). This feature will be useful for
creating a client-side application with Visual C++.
Programmatically catch events from printer driver using PrintJobMonitor in Visual C++.
An advanced version of the "Printer-Client" Visual C++ sample. This program stays in task tray and monitors easyPDF SDK printing activities. A status dialog appears once you start printing, and disappears when the printing ends.
This program is a modified version of Printer-Basic sample code. It demonstrates how to use PrintOut3 method in Visual C++.