Category Archive: Aspose.PDF Product Family

Official blog of Aspose.PDF for .NET, Java, Android, C++ & Reporting Services with news of newly supported features, hot fixes, technical articles, tips and videos.

Convert PDF Document to Excel, EPS, SVG, PDF/A_1b Using Aspose.Pdf for .NET 8.6.0

PDF to Excel, PDF to EPS, PDF to SVG

The Aspose team is excited to announce the release of Aspose.PDF for .NET 8.6.0. This release includes a very exciting and demanding feature that lets you convert a PDF file to an Excel spreadsheet. Using this new release, developers can convert PDF documents to XLS format, where each individual pages in the PDF file appears as a separate worksheet. The following code snippet shows how to use this feature.

Convert PDF to Excel

The following code sample shows how … Continue Reading

Posted in Aspose.PDF Product Family, Nayyer Shahbaz | Tagged , , , ,

Optimized Cross-Platform Usage of Aspose.PDF for Java 4.3.1

Aspose.Pdf for Java logo

We are pleased to announce the release of the latest hotfix for Aspose.PDF for Java 4.3.1. This version is optimized for cross-platform usage and works great with Windows, Linux, and Solaris operating systems.

We have also introduced a feature for setting the path to the custom fonts folder when manipulating PDF documents. The following two methods are introduced to accomplish this requirement.

  • Document.getLocalFontPath() – Shows the system folder in which our project will look for fonts.
  • Document.setLocalFontPath(String) – Sets
Continue Reading
Posted in Aspose.PDF Product Family, Nayyer Shahbaz |

Improved PDF Manipulation with Aspose.Pdf for Android 1.1.0

Aspose.Pdf for Android logoWe are excited to announce the second release of Aspose.Pdf for Android. This version provides great support for working with images: image extraction, adding images to existing PDFs, replacing images in PDFs, and adding an image as a stamp object. It also allows you to set PDF privileges.

We are working hard to make this product as robust as its siblings on .NET and Java. Please download and evaluate the new capabilities of Aspose.Pdf for Android 1.1.0.… Continue Reading

Posted in Aspose.PDF Product Family, Nayyer Shahbaz |

PDF to HTML and Improved PDF to Image Conversion in Aspose.Pdf for Java 4.3.0

Aspose.Pdf for Java logo

We are pleased to announce the release of Aspose.PDF for Java 4.3.0. This new release provides an exciting feature to convert PDF files to HTML format by using just two lines of code. We’ve previously provided the feature to extract PDF file contents as HTML using the PdfExtractor class’ extractTextAsHTML(..) method but the new approach greatly improves the output fidelity.

// Load source PDF file
com.aspose.pdf.Document pdfDocument = new com.aspose.pdf.Document("c:/source.pdf");
// Save the file into HTML format
pdfDocument.save("c:/output.html", com.aspose.pdf.SaveFormat.Html);
Continue Reading
Posted in Aspose.PDF Product Family, Nayyer Shahbaz | Tagged ,

PDF to EPUB, XFA to PDF, Get Print Job Status and Specify PDF Open Page with Aspose.Pdf for .NET 8.5.0

Aspose.Pdf for .NET logoWe are excited to announce new features like PDF to EPUB conversion, dynamic XFA to PDF or image conversion, getting the status of a PDF printing job (finding out whether the process completed successfully or got stuck in the middle of execution) and specifying a particular page number to open when viewing the document. All these feature are introduced in latest release of Aspose.Pdf for .NET 8.5.0.

At Aspose, we love to keep things simple and effective. Keeping that … Continue Reading

Posted in Aspose.PDF Product Family, Nayyer Shahbaz |

Improved Memory Management in Java PDF Manipulation API

Aspose.Pdf for Java logo

We are pleased to announce the release of the Aspose.PDF for Java 4.2.1 hotfix. This release provides better memory management when processing large-size documents and performing operations that consume lots of memory. Furthermore, with this version, you only need to initialize the license using the com.aspose.pdf.License object and there is no need to explicitly set the license for legacy versions of Aspose.Pdf for Java (the aspose.pdf package).

Recently, a customer contacted us who needed to search for two strings and … Continue Reading

Posted in Aspose.PDF Product Family, Nayyer Shahbaz |

Improved PDF to Image Conversion using Java

Aspose.Pdf for Java logo

Since we introduced the autoported version of Aspose.PDF for Java, we have been working to make this new product as stable and robust as its sibling on .NET. So keeping the tradition of better products alive, we are pleased to announce the release of another major version of Aspose.PDF for Java 4.2.0. This new release provides a better and more stable PDF to image (TIFF, JPEG, PNG) conversion feature as well as the capability to search for text strings … Continue Reading

Posted in Aspose.PDF Product Family, Nayyer Shahbaz |

Convert EPUB to PDF Conversion using C# or VB.NET

Aspose.Pdf for .NET logo

We are very much pleased to announce the release of Aspose.PDF for .NET 8.4.0 which provides the long-awaited feature that allows you to convert EPUB files to PDF format. With the release of this version, the TextStamp object supports wordwrap.

Aspose.Pdf for .NET has been capable of converting a particular PDF page to image format for some time. With this release, we have introduced the feature to export PDF pages to image format using MediaBox bounds. This feature is … Continue Reading

Posted in Aspose.PDF Product Family, Nayyer Shahbaz |

First Release of Aspose.Pdf for Android

Over the years, the Aspose.Pdf product family has been very successful providing customers with PDF files creation from scratch as well manipulating existing PDF files. We have components for .NET, Java, SQL Reporting Services, SharePoint services, Cloud API’s and Jasper Reports. Seeing the popularity and growth of applications for mobile platforms, we created a new component specific to the Android platform.

Aspose.Pdf for Android

We are very much excited to announce the release of Aspose.Pdf for Android which provides the … Continue Reading

Posted in Aspose.PDF Product Family, Nayyer Shahbaz |

The Final Release of Aspose.Pdf.Kit for Java

The final version of Aspose.Pdf.Kit for Java has been released. The component has helped many of our customers to manipulate PDF files on Java. However, the needs of our users have changed and to serve them better and let them both create and manipulate PDF files with a single component, we have merged Aspose.Pdf.Kit for Java with Aspose.Pdf for Java. All the Aspose.Pdf.Kit for Java classes are now available in the com.aspose.pdf.facades package. We’ve already shared information about the merge … Continue Reading

Posted in Aspose.PDF Product Family |