JPDF Export is a free and open source library built on the famous iText library. JPDF Export provides simple functions that can be used to build complex pdf files.
JPDF Export is written in the Java programming language.
Here are some key features of "JPDF Export":
· Export JTables to PDF files
· Export Images to PDF files
· Customize and export paragraphs
· Support right to left languages like (Arabic, Farsi, and Urdu)
· Add Headers and Footers to PDF files
· A new frame to customize and export jtables to PDF files
Requirements:
· Java
What's New in This Release: [ read full changelog ]
· Applied some code refinments (Some function names have been changed).
· You don't need to pass image's width and height (to "export image" function) any more.
· You don't need to pass table's data, column names, array size and table columns any more. All you need to do is to pass the table itself.
· You can now apply a color to your text.
· You can now apply a style to your text like: Bold, Italic, BoldItalic, Underlined, Strikethrough.
· You are now able to align data inside a table to the left, right or center.
· You are now able to change table header color.