Optimized Text-Stamp Operations, Enhanced PDF to HTML & DOC Conversion in Java Apps
Join the DZone community and get the full member experience.
Join For FreeWhat's New in this Release?
Aspose team is pleased to announce the release of Aspose.Pdf for Java 10.3.0. It provides better license initialization capabilities. As shared in earlier blogs, we introduced a method clear() in com.aspose.pdf.MemoryCleaner class, which provides Memory Cleanup features so that memory is set free from unused objects. This method optimizes API performance as system resources are released, leaving API with sample resources to perform various PDF creation and manipulation operations. In this new release, we have also optimized TextStamp operation. Other than these improvements, a better support for UTF8 and UTF16 characters is provided, when converting TEXT files to PDF format. Cross file format conversions are one of the salient features offered by our API. Therefore, the PDF to HTML, the PDF to DOC, transformation of PDF pages to Image format as well as the Image to PDF conversion features are specifically improved. Among these features, the text manipulation is also improved while searching and replacing TextFragments inside the PDF file. Starting this new release, we are providing a single code base (.jar) file targeting JDK 1.6 and its compatible with JDK 1.6, 1.7 and later versions. Some important improved features included in this release are given below
- Increase TextStamp creation performance
- com.aspose.pdf.MemoryCleaner.clear() method nulls the license object as well
- Aspose.Pdf 9.5.2 to HTML conversion issue on particular file
- UTF-8 characters not appearing properly
- License implementation difference in 9.3.0 and 10.2.0 with Java web application
- java.awt.HeadlessException in Headless Mode
- PDF to Image - Conversion process stucks in infinite loop
- Text to PDF: Incorrect rendering of UTF8 text in output PDF
- Text to PDF: Incorrect rendering of UTF16 text in output PDF
- gets wrong coordinates of seached Text
- Image to PDF: API throws IllegalArgumentException
- PDF to PNG - Process hangs during conversion
- PDF to HTML: text is distorted in output HTML
- PDF to DOC: Text renders incorrectly
- Image to PDF throws IllegalArgumentException exception
- PDF to HTML - StringIndexOutOfBoundsException being generated
- PDF to Image - conversion method stuck and never returns
- Hyperlink text/contents are not visible in PDF file
Aspose.Pdf is a Java PDF component to create PDF documents without using Adobe Acrobat. It supports Floating box, PDF form field, PDF attachments, security, Foot note & end note, Multiple columns document, Table of Contents, List of Tables, Nested tables, Rich text format, images, hyperlinks, JavaScript, annotation, bookmarks, headers, footers and many more. Now you can create PDF by API, XML and XSL-FO files. It also enables you to converting HTML, XSL-FO and Excel files into PDF.
- Homepage of Aspose.Pdf for Java
- Download Aspose.Pdf for Java
Opinions expressed by DZone contributors are their own.
Comments