May 8th, 2011· New class to detect right-to-left languages (called: TextDirection)
· You don't need to specify language type when using PDFText or PDFTable (It's specified implicitly using TextDirection class).
· Text inside each table cell is processed separatly to determine text direction.
· Errors and Exceptions are written to the Console, not using JOptionPanes.
· Export table frame has been removed.
· Using GNU Unifont as the default font of the library. (http://unifoundry.com/index.html)
· Applied some code refinements.
· Fixed some code bugs.
March 29th, 2011· New class to merge pdf files with page bounds (called: ExMergerManager)
· New class to merge images into single pdf file (called:· ImageMergerManager)
· Package names have been changed (Every package now starts with "project.jpdfexport")
· Fixed some code bugs.
February 18th, 2011· You can now Merge pdf files together using the Merger class.
· You can now choose between using the default margins or your own margins while initializing the document.
· You can now add the name of the creator to your pdf files.
· Handling some exceptions that are thrown during exporting.
December 6th, 2010· You can now change the color of the border.
· Applied naming conventions on variable names.
· Applied some code refinements.
· Added more than 25 overloaded functions to satisfy different user needs.
October 18th, 2010· 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.