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.
December 12, 2013 · 4 min · Codewarior

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.
December 1, 2013 · 1 min · Codewarior

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.
November 19, 2013 · 2 min · Codewarior

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.
October 28, 2013 · 1 min · Codewarior

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.
October 21, 2013 · 1 min · Codewarior

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.
October 14, 2013 · 1 min · Codewarior

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 logo][1] 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][2]. At Aspose, we love to keep things simple and effective. Keeping that tradition alive, PDF to EPUB conversion is as simple as [EPUB to PDF conversion][3]. Just specify the source PDF file and leave the rest of the conversion job to Aspose.
October 8, 2013 · 2 min · Codewarior

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 remove the text appearing between them.
September 27, 2013 · 2 min · Codewarior

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 split over two lines.
September 12, 2013 · 2 min · Codewarior

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.
September 8, 2013 · 1 min · Codewarior