We are pleased to announce the release of latest hotfix containing resolution of some high priority issues.
New Feature:
- PDFNEWJAVA-33817 PDF to EPUB support
Enhancements:
- PDFNEWJAVA-34358 Processing time increased with Aspose.Pdf for Java 9.3.1
Bugs:
- PDFNEWJAVA-34466 Problems with getting an information from tagged pdf
- PDFNEWJAVA-34366 PDF to PNG - Images are missing in resultant PNG
- PDFNEWJAVA-34410 PDF to Image - Logo in resultant file is not correct
- PDFNEWJAVA-34459 PDF to Image: Highlight annotation loses the transparency
- PDFNEWJAVA-34053 Using PdfFileMend.SetInputStream(), corrupts the output file
- PDFNEWJAVA-34057 Unable to find font and IllegalStateException exception is raised
- PDFNEWJAVA-34340 PDF to PNG - Highlighted text is not visible
- PDFNEWJAVA-34361 PDF to HTML: text is missing
- PDFNEWJAVA-34168 PDF to DOC: URL rendering issue
- PDFNEWJAVA-34456 XPS to PDF: Image rendering issue
- PDFNEWJAVA-34115 Loading Image via URL is not working
- PDFNEWJAVA-34465 HTML to PDF - Exception during conversion
- PDFNEWJAVA-34478 PDF to SVG conversion throws exception
Public API and Backwards Incompatible ChangesPDFNEWJAVA-33817 PDF to EPUB supportImplemented PDF to EPUB converter.Example:Document doc = new Document("Alice.pdf");EpubSaveOptions options3 = new EpubSaveOptions();doc3.save("Alice.epub", options3);PDFNEWJAVA-34489 - Remove PdfFormat.Tagged_PDF from public APIPdfFormat.Tagged_PDF constant was removed.In PdfFileMend class was depricated constructor:public PdfFileMend(FileInputStream inputStream, FileOutputStream outputStream)