PDF Programming in Visual C#
EasyPDFPrinterTest
Programmatically set PDF file features in C#, such as
- Digital Signature
- Watermark
- Metadata
FormSample
Programmatically extract PDF form data in C#.
PDFProcessorHandleTest
Using the PDFProcessorHandle
class to programmatically perform a sequence of operations on a PDF file in C#
PDFProcessorTest
Programmatically merge and rotate PDF in C#
PDF PrinterMonitorTest
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.
PDFConverter (Image)
Programmatically convert PDF into image files and catch events from converter in Visual Basic.
PDFDocument (Form)
Programmatically view and edit PDF form fields in Visual Basic.
PDFProcessor (Basic)
Programmatically merge multiple PDF files into one PDF file in Visual Basic
PDF Printer (Basic)
Programmatically convert a document into PDF and catch events from printer driver in Visual Basic.
PDF Printer (Client)
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)
PDF Converter
Programmatically convert a PDF file to images in Java.
PDF Form
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.
PDF Printer
Programmatically convert a document to PDF in Java.
PDF PrintOut3
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.
PDF Processor (Merge)
Programmatically merge PDF files in Java.
PDF Programming in Java (Jacob bridge for 32 and 64-bit JDK)
PDF Converter
Programmatically convert a PDF file to images in Java.
PDF Form
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.
PDF Printer
This program demonstrates easyPDF SDK ability to programmatically convert a file with supported format to a PDF file in Java
PDF PrintOut3
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.
PDF Processor (Merge)
Programmatically merge PDF files in Java.
PDF Programming in Visual C++
PDF Converter (Image)
Programmatically convert a PDF into images and catch events from the PDFConverter using PDFConverterMonitor in Visual C++.
PDF Form (Extract data)
Programmatically extract PDF form data in Visual C++.
PDF Form (View and Edit)
Programmatically view and edit PDF form fields in Visual C++.
PDF ProcessorHandle
Use the PDFProcessorHandle
class to programmatically perform a sequence of operations on a PDF file in Visual C++.
PDF Printer (Basic)
Programmatically convert a document into PDF in Visual C++.
PDF Printer (Batch)
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.
PDF Printer (Client)
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++.
PDF Printer (Event)
Programmatically catch events from printer driver using PrintJobMonitor in Visual C++.
PDF Printer (Tray)
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.
PDF Printer3 (Basic)
This program is a modified version of Printer-Basic sample code. It demonstrates how to use PrintOut3 method in Visual C++.
PDF Programming in Visual C++ 2005
PDF Printer (Basic)
Programmatically convert a document into PDF in Visual C++ 2005.
PDF Processor (Memory)
Use OpenMem / GetPageCount / AppendBookmark / CloseMem to programmatically perform a series of operations to a PDF document residing in the memory in Visual C++ 2005. The output is also created in the memory.
PDF Processor (MergeBatchMem)
Use MergeBatchMem to programmatically merge any number of PDF documents that reside in the memory in Visual C++ 2005. The output is also created in the memory.