We are pleased to announce Aspose.PDF for Java 11.7.0 release. This version includes PDF to PNG conversion performance enhancement in addition to the improvements/enhancements made in its equivalent .NET version. We have also fixed a number of issues in this release. Some of these are PDF to HTML, HTML to PDF, SVG to PDF, PDF to PDF/A, PDF to DOC(X), and PDF to Image. Please check release notes of Aspose.PDF for Java 11.7.0 for a complete list of bug fixed.
The following sections describe some details regarding these newly added enhancements.
Rendering PDF Layers to HTML Separately
A PDF document can contain different data layers and you can have the requirement to render each layer separately as an HTML Layer element. We have introduced this feature in the current release, we need to set ConvertMarkedContentToLayers property to control the layers rendering in PDF to HTML conversion as following.
AutoFitToWindows Value in ColumnAdjustment Type Enum
We have introduced a new value AutoFitToWindows in ColumnAdjustment Type Enum in the current release. It will adjust table columns to fit windows.
Dash Line style of Graph objects
Sometimes we could have the requirement to create a Graph Object with dashed line. Now, we can easily achieve the requirement with GraphInfo object, as follows.
Enhancements
Following is a list of improvements included in this release.
- Improved XPS to PDF conversion performance
- Improved PDF to PNG conversion performance
Aspose.PDF for Java Resources
The following resources will help you work with Aspose.Pdf for Java:
- Home Page for Aspose.PDF for Java
- Download Aspose.PDF for Java
- Aspose.PDF product family forum – Post your technical questions and queries, or any other problem you faced while running Aspose.PDF APIs.
- Aspose.PDF for Java online documentation – help documentation and API reference documents.
- Enable Blog Subscription – Do not limit yourself, you can keep yourself updated with the latest news on Aspose.PDF APIs, new features, fixes and other API related topics by subscribing to our blog.
- Aspose.PDF for Java Examples – We have published our code examples on the social coding website GitHub.com. Anyone could explore the code examples for learning purposes.