We are honored to announce 19.1 version of Aspose.PDF API which has been rolled out with a lot of improvements in terms of performance and usability. API has already been published and is available for download and to be used in both .NET and Java Applications. In this release of API, more than 30 improvements have been included along with various enhancement in existing functionalities. In case you are planning to download and consume this revision of the API, you may please navigate over following links in order to download it as per your platform e.g. .NET/Java:

While using the latest release of the API, it is always recommended to have a detailed look over its release notes. Release notes of the API contain complete information of new improvements in the API as well as Public API Changes which are part of new revision. Following links will take you to the release notes page(s) of the API in documentation:

The following section offers highlights of worth mentioning enhancements in this release of the API.

Convert PDF into EMF

Converting PDF into EMF was already supported in Aspose.PDF API. However, using new revision of the API, you can achieve better results as new improvements have been made to PDF to EMF Conversion Engine to produce fine images. Following code snippet shows usage of this conversion feature:

[C#.NET]

Document doc = new Document("c:/pdftest/document_with_table.pdf");  
Aspose.Pdf.Devices.EmfDevice emf =   
new EmfDevice(new Aspose.Pdf.Devices.Resolution(300));  
emf.Process(doc.Pages[1], "c:/pdftest/document_with_table.emf");

Improvements in Aspose.PDF v19.1

As mentioned above, there are various improvements which have been included in this release of the API to increase its usability factor and performance. Following list shows some highlights about these improvements:

  • Following Conversion Engines have been improved further:
    • PDF to TIFF
    • PDF to Image
    • HTML to PDF
    • PDF to SVG
    • PDF to PPTX
    • PDF to HTML
    • PDF to PDF/UA
    • PDF to PDF/A
    • PCL to PDF
  • Improvements have been made for Text editing and replacement scenarios
  • PDF Security features have been optimized
  • Memory consumption has been improved further
  • PDF Flattening feature has been further improved
  • Concatenation operations of PDF Documents have been optimized for better performance

Aspose.PDF for .NET and Java Resources

The following resources will help you work with Aspose.PDF for .NET and Java:

  • Home page for Aspose.PDF API.
  • Aspose.PDF for .NET and Java wiki docs – Help documentation and API reference documents.
  • Aspose.PDF product family forum – Post your technical questions, queries and any other problem you faced while running Aspose.PDF APIs.
  • Enable Email Subscription – Do not limit yourself, stay up-to-date with the latest news about the Aspose.PDF APIs and new features, fixes, plus other API related topics by subscribing to Aspose.PDF blog.
  • Aspose.PDF for .NET Examples – We have published our code examples on the social coding website GitHub.com. Anyone can explore the code examples for learning purposes.
  • 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.
  • Release Notes (.NET and Java) – For details on API fixes, please check Release Notes having a complete list of the new features.