Search
Follow Us
Categories
- Success Stories(157)
Archives
Category Archive: 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
Improved Memory Management in Java PDF Manipulation API
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
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
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