Search
Follow Us
Categories
- Success Stories(157)
Archives
Author Archives: Nayyer Shahbaz
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
Convert PDF Document to Excel, EPS, SVG, PDF/A_1b Using Aspose.Pdf for .NET 8.6.0
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
Optimized Cross-Platform Usage of Aspose.PDF for Java 4.3.1
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
Posted in Aspose.PDF Product Family, Nayyer Shahbaz
Improved PDF Manipulation with Aspose.Pdf for Android 1.1.0
We 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
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 PDF to EPUB, XFA to PDF, Get Print Job Status and Specify PDF Open Page with Aspose.Pdf for .NET 8.5.0
We 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