Formtest.java   - templates (XForms), arcs, CJK, line justification, anchors,
                  bookmarks, page events, solution to the problem of "Page 1 of 12",
                  superscript

align2.java     - simple text alignment

path.java       - bookmarks

irregular.java  - several ways to format columns with ColumnText

local_goto.java - links to different parts of the document, generic tag, PdfPageEventHelper

TestAwtImage.java - java.awt.Image reading, gif reading, transparency

remote_goto_1.java - remote destinations, named destinations, works with remote_goto_2.java

remote_goto_2.java - remote destinations, named destinations, works with remote_goto_1.java

table_image.java - inline images with text, images in tables

columns.java - multi-columns with ColumnText, hand drawn tables

columns2.java - multi-columns with ColumnText, hand drawn tables, auto leading

columns3.java - multi-columns with ColumnText, ptable precisely positioned, auto leading

nested_table.java - nested tables

big_ptable.java - ptable with row break.

full_screen.java - document opening in full-screen

table_template.java - template usage as an image inside a table

tiffs.java - tiff reading with JAI, awt.Image forced to black and white

tiffs2.java - tiff reading with JAI in passthrough mode CCITT G4 single strip

encrypted.java - 128 bit encryption, permissions

table_event.java - table events, font parameters

outline_action.java - action in the outline: url and goto other pdf

wmf_doc.java - windows metafile image

sections.java - colapsed bookmarks

open_action.java - OpenAction, the document opens in page 2

split_char.java - customized split character other than the space

unicode_font.java - font addressed directly by Unicode character

ms_pgothic.java - True Type font collections

page_labels.java - page labels

masks.java - explicit masking, stencil masking

import_page.java - import pages from other pdf documents

rotate.java - page rotation

Pantone.java - spot colors, new color classes extended from java.awt.Color

full_font_name.java - retrieve the full font names in all the font supported languages

named_action.java - named actions, launch external program action

TilePattern.java - colored patterns

stencil_patern.java - uncolored patterns

test_barcodes.java - example for the generation of barcodes without external fonts

open_action2.java - OpenAction, the document opens in page 2 using a direct goto page

print_me.java - document level JavaScript action

font_widths.java - changing the font widths

table_event_colspan.java - colspan in PdfPTable, new event in PdfPTableEvent

form_radio.java - radio buttons form field example

form_checkbox.java - checkbox form field example

form_text.java - text form field example

form_combo.java - combo box form field example

TestOutLines.java - random outline insertion

hyph_auto_test.java - automatic hyphenation

free_chart.java - PdfGraphics2D with JFreeChart and japanese text

shading.java - shading example with the sh operator

shading_pattern.java - axial and radial simple shadings

info.java - gets the metadata from a PDF document

vert_cjk2.java - vertical text

cff_font.java - usage of an otf font with a cff table

encrypt_pdf.java - encrypts any pdf. All the elements of the pdf are encrypted
                   and output, not only the content

reorder_pages.java - page reordering

arabic_g2.java - arabic text in Graphics2D

PrintJTable.java - printing a JTable to pdf. Comparison between printing
                   with shapes and printing with pdf fonts

space_word_ratio.java - comparison between two different space/word ratio

transition.java - transitions in pdf

arabic_hebrew.java - rigth-to-left text

Test_JavaScript.java - javascript in html

CopyPdf.java - concatenation of several pdfs keeping the fields and annotations

Lister.java - list the object in a pdf file

ListFields.java - lists fields and theirs position in the page

image_scale.java - image auto-sizing in PdfPTable

pdf417_barcode.java - 2D barcode PDF417
