We are proud to announce the release of a new version of Aspose.Pdf for Java 3.2.0. This release offers some great features as well as hotfix for issues reported earlier.
Enhancements:
- Added minimal support for the in-place html style tag. Currently we have supported
- text-align
- color (for formats like #ffffff or antiquewhite)
- font-family
- font-size (pointed as pt,px,em or %)
- font-weight
- margin-left
- margin-right
- margin-top
- margin-bottom
- PDFJAVA-33131 - Ability to directly save Swings object to Pdf file
The ImageInfo class now has method setSystemImage(Component component)
To use this method the component should be realized to screen, prior to rendering it to your .pdf file.
Exceptions:
- PDFJAVA-33118 - NullPointerException using BindXml method
- PDFJAVA-32902 - Exceptions remaining in 3.0.1 + infinite loops
- PDFJAVA-33119 - White border at the bottom of PDF file
- PDFJAVA-24423 - Bookmark disappears when pointing to paragraph in table
- PDFJAVA-33127 - Transparent PNG getting black background in PDF (MAC User)
- PDFJAVA-33128 - Not able to add new row using completeClone
- PDFJAVA-4986 - Support TrueType font.
- PDFJAVA-33138 - Some HTML Tags are not properly rendered during PDF generation process
- PDFJAVA-32066 - Extra line spacing during XML to PDF conversion
- PDFJAVA-33135 - Unable to add BufferedImage to PDF document
- PDFJAVA-33122 - Unable to load Image from BufferedImage object
- PDFJAVA-33121 - Extra page is being added when calling setIsFirstParagraph with true argument
- PDFJAVA-32043 - Unable to include Custom font in resultant PDF