DynamicPDF™ Generator for Java - Examples
The following 17 WebForm examples can be run online:
Hello World
This example shows how to
generate a simple PDF document.
Invoice
This example shows how to generate invoices with bar codes.
Contact List
This example shows how to generate a report with grouping.
Mailing Labels
This example shows how to create mailing labels from database data. It is coded for Avery label number 5160 but the variables
can easily be changed to accomodate many other label formats.
Time Machine
This example shows how to generate a manuscript. This is a good example
of how to use the overflow text methods to flow text to multiple pages.
Hello World Languages
This example displays the international font capabilities.
This example requires the Acrobat Asian Font Packs.
Tiff To PDF
This example shows how convert a multi page TIFF to PDF.
Simple Report
This example shows how to generate a simple report.
Simple XML Report
This example shows how to generate a simple report from XML data.
Table Report
This example shows how to generate a report using the Table Page Element.
Calendar
This example shows how to use a table to create a calendar.
All Page Elements
This example shows how to use all 48 of the page elements
that are available with Generator for Java. It also demonstrates how to build a custom page element.
Charting
This example shows how to create charts.
Digital Signatures
This example shows how to add digital signatures.
US Envelope Addresser
This example shows how to
address an envelop and use the Postnet bar code.
Formatted Text Continuation
This example shows how to use the text overflow functionality.
Hello World - 40 Bit Encrypted
This example shows how to generate a PDF document
with 40 bit encryption. User password is "user" and owner password is "owner".
Hello World - 128 Bit Encrypted
This example shows how to generate a PDF document
with 128 bit encryption. User password is "user" and owner password is "owner". This example requires Acrobat
5.0 or compatible PDF viewer.
Source View
This example reads and displays
the JAVA source code.
DynamicPDF™ Merger for Java - Examples
The following 8 WebForm examples can be run online:
Merge PDFs Example
Shows how to merge multple PDF documents into one.
Select Pages Example
Shows how to merge pages from different PDF documents into one and add a cover page.
AcroForm Filler Example
Shows how to load an existing PDF document and assign values to existing Acro Form fields.
Form Filler Example
Shows how to load an existing PDF document and place Page Elements on the pages from it.
Invoice Example
Shows how to use an existing pdf document as a template for creating invoices.
Place PDFs Example
Shows how to places multiple pages from a PDF document onto a single page and rotate the imported data.
Stamp PDF Example
Shows how to add a watermark to an existing PDF document.
Acro Form Reader Example (s)
Shows how to read the Acro Form fields of an existing PDF document.
|