Search
Follow Us
Categories
- Success Stories(157)
Archives
Category Archive: Aspose.PDF Product Family
Convert MHT to PDF, Export Bookmarks to XML, Prefix Class Names During PDF to HTML Conversion in Aspose.Pdf for .NET 9.0.0
The conversion of HTML to PDF and PDF to HTML are one of the features most requested by our customers. Although the HTML format is quite complex because there are so many custom tags and their exact rendering inside PDF is a complex job, our developers are working to provide support for all HTML tags.
Many of our customers generate PDF files and want to display them ins web browsers. One approach is to load custom PDF viewing controls provided … Continue Reading
Spring.NET NHibernate Northwind Reports using Aspose.Cells and Aspose.PDF
The Spring.NET NHibernate Northwind sample demonstrates the use of Spring’s NHibernate integration to simplify the use of NHibernate. A web tier is also included showing how to use the Open-Session In View approach to session management in the web tier.
We have extended the Northwind application to support the following features:
- Product Catalog report generation using Aspose.Cells and Aspose.Pdf for .NET.
- Customer Labels report generation using Aspose.Cells and Aspose.Pdf for .NET.
- Products by Category report using Aspose.Cells and Aspose.Pdf for
PDF to HTML – Save Images in Raster Format using C#
PDF to HTML conversion is one of the prominent features Aspose.PDF for .NET offers. By default, the images inside the document are saved in SVG format when converting PDF files to HTML format. However, it is possible to save images in non-SVG format, as raster images. Please have a look at the following code snippet to see how this can be done.
// Source PDF file
Document doc = new Document("c:/pdftest/page_6.pdf");
// Create HtmlSaveOption with tested feature
HtmlSaveOptions saveOptions =
… Continue Reading Posted in Aspose.PDF Product Family, Nayyer Shahbaz
Convert PDF to XML, Certify and Verify PDF Signing Information using C#
One of the features we implemented for Aspose.PDF for .NET early on was converting an XML file to PDF. The API also provides the facility to transform custom XML files to PDF with the help of XSLT. With the release of Aspose.PDF for .NET 8.9.0, we have introduced a new feature which lets you convert PDF documents to XML (MobiXML). as usual, we try to keep things simple, so this feature can be accomplished with two simple lines of … Continue Reading
Posted in Aspose.PDF Product Family, Nayyer Shahbaz
PDF to DOC, PCL to PDF, XSL-FO to PDF in Aspose.PDF for Java 4.5.0
We are pleased to announce the release of Aspose.PDF for Java 4.5.0 which provides some great and exciting new features. Some of these features are: converting PDF files to DOC format, converting PCL files to PDF format, converting XSL-FO to PDF format, finding and replacing text by its location and using Japanese text inside PDF documents.
The new release is a better and more stable version compared to its predecessors. We have also fixed many issues … Continue Reading
Convert PDF to HTML, PDF to Image and HTML to PDF using C# .NET
It gives us great pleasure to introduce the release of Aspose.PDF for .NET 8.8.0 with stable PDF to HTML, PDF to image, PDF to PostScript, and HTML to PDF conversion features. The annotation manipulation is also one of the key areas which are specifically improved in this release. The Document Object Model of the Aspose.Pdf namespace has the capability to create tables in PDF documents and while generating the table, you can specify border information for table and cell objects. … Continue Reading
Posted in Aspose.PDF Product Family, Nayyer Shahbaz Tagged HTML to PDF, PDF to HTML, PDF to Image
Enhanced Capabilities and Support for SharePoint 2013 – Aspose.Pdf for Reporting Services 2.5.4
We are excited to announce the release of Aspose.Pdf for Reporting Services 2.5.4 which provides some great new features. As part of the Aspose.Pdf product family, Aspose.Pdf for Reporting Services successfully generates PDF files on SQL Reporting Services. It provides various configuration and parameterization options that are not supported by SQL Reporting Services’ default PDF rendering feature.
Support for SharePoint 2013
Aspose.Pdf for Reporting Services also provides great support for and integration with SharePoint Services and we are excited to … Continue Reading
Posted in Aspose.PDF Product Family, Nayyer Shahbaz
Improved Features and Stability: Aspose.Pdf for Android 1.2.0
We are very much excited to announce the release of Aspose.Pdf for Android 1.2.0 which is better and more stable than earlier versions. This new release provides some great features including PDF to image conversion with the help of the com.aspose.pdf.facades.PdfConverter class. Previously, this feature was only supported in Aspose.Pdf for .NET and Aspose.Pdf for Java. Aspose.Pdf for Android is built on top of Aspose.Pdf for Java and we have worked hard to support this feature in Aspose.Pdf for Android … Continue Reading
Posted in Aspose.PDF Product Family, Nayyer Shahbaz
JavaScript Validation for Form Fields & Improved PDF to HTML Conversion
We have introduced a new feature in Aspose.Pdf for .NET which allows developers to ensure that only numeric values are entered in form fields. The properties OnModifyCharacter and OnFormat properties have been added to Field.Actions. To validate a user entry, the AFNumber_Keystroke and AFNumber_Format Java script functions may be used. Please take a look over following code snippet.
// Load input PDF file Document doc = new Document("c:/pdftest/ABFillablewfields.pdf"); TextBoxField field = (TextBoxField)doc.Form["husband name"]; // http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/FormsAPIReference.pdf // 2 digits after… Continue Reading
Posted in Aspose.PDF Product Family, Nayyer Shahbaz
Convert XPS to PDF using Java – Better Memory Management in Aspose.Pdf for Java 4.4.0
We are pleased to announce the release of Aspose.PDF for Java 4.4.0 which provides some great new features including XPS to PDF conversion, better PDF to JPEG conversion, improved memory management and great enhancements in PDF portfolio creation.
To benefit from the latest improvements, download and start evaluating the latest release of Aspose.PDF for Java 4.4.0.… Continue Reading
Posted in Aspose.PDF Product Family, Nayyer Shahbaz