Structure of Autoported Aspose.Pdf for Java

Recently we shared some information regarding the autoported Aspose.Pdf for Java, in which most of the features that are currently present in Aspose.Pdf for .NET, will become available. In fact, the autoported version will be a merged API, that is, Aspose.Pdf for Java and Aspose.Pdf.Kit for Java, and a new DOM API. The reason we felt the need to port .NET code to Java is because our .NET product line is much stronger (in terms of functionality & features) than the Java product line.
April 7, 2013 · 4 min · Codewarior

Convert PDF to PostScript and Remove Header/Footer from PDF in C#

We are always enthusiastic about adding new features and excited to introduce the enhancements to our products. Furthermore, we have always tried our level best to fix the issues and bugs reported in earlier versions because it helps us gain customer’s confidence in our products. Keeping the tradition alive, we are very much excited to announce the release of Aspose.PDF for .NET 7.8.0. During the preparation of this release, we have introduced many new features and enhancement and also fixed many of the issues reported earlier.
March 30, 2013 · 4 min · Codewarior

Autoporting Aspose.Pdf for .NET to Java

In July 2011, we introduced Aspose.Pdf for .NET 6.0.0, which merged the APIs for Aspose.Pdf for .NET and Aspose.Pdf.Kit for .NET into one. That release also introduced a new Document Object Model (DOM) approach to create new and manipulate existing PDF files. Prior to the new DOM, the Aspose.Pdf for .NET DOM could deal with individual objects when creating PDF files, but did not have any feature for dealing with individual objects inside existing PDFs.
March 23, 2013 · 4 min · Codewarior

Better Support for Text, Image and Graph Objects During PDF Rendering with Aspose.Pdf for SSRS 2.5.1

We are pleased to announce the release of Aspose.Pdf for Reporting Services 2.5.1. This hotfix is a maintenance release that contains fixes regarding issues reported in earlier versions. In this release, we have provided support for rendering an image as cell background and ensured that text justification is honored during PDF generation. The product is further optimized for Microsoft Report Viewer 2010 and also offers better support for rendering graph objects when creating PDF documents.
March 23, 2013 · 1 min · Codewarior

Control the Appearance of Empty Signature Fields in PDF using Java

We are pleased to announce the release of Aspose.PDF for Java 4.5.0. In this release version, we have greatly improved the text extraction feature and we have also introduced a method to control the appearance of empty signature fields. In order to fulfill this requirement, new methods are implemented in the FormEditor class. Now you can make form fields hidden by specifying the Form.FLAG_HIDDEN flag as a parameter of the addField(…) method.
February 21, 2013 · 1 min · Codewarior

Improved PDF printing, set JavaScript as Page Action, Hide Stamps

It gives us an immense pleasure to introduce the latest release of Aspose.Pdf for .NET 7.7.0. This version has new and useful features such as rendering text as text rather than graphic objects when printing documents. It makes the printing feature more viable and robust when it comes to the usage of the Document as well as PdfViewer classes. One of the new features regarding document conversion is rendering headers and footers as Microsoft Word headers and footers when converting PDFs to DOCs.
February 7, 2013 · 2 min · Codewarior

Generate PDF/A-2 and Set JavaScript to any Form Control in PDF using C#

We’re pleased to announce the release of Aspose.PDF for .NET 7.5.0. This new product release supports the feature to generate PDF/A-2 compliant documents and even it offers the feature to create PDF/A-2 files with digital signatures. Earlier to this release version, we only had the support to add JavaScript to pushbutton control but with the release of this version, now you can add JavaScript to any control i.e. CheckBox, over PDF form.
November 26, 2012 · 2 min · Codewarior

Extract Text from Headers and Footers and Watermark Count from PDF using C#

We’re pleased to announce the release of Aspose.PDF for .NET 7.4.0. In this release, we have introduced many new features. A new feature to manipulate watermarks or artifacts in PDF document has been introduced and now you can also count the number of watermarks of a particular type in a PDF document. Some further details regarding this feature can be found over at working with existing watermarks. A highly demanded feature, setting form fields fonts to other than the 14 core fonts, has been implemented.
October 18, 2012 · 1 min · Codewarior

Better XML to PDF conversion and improved image transformation engine in Aspose.Pdf for Java 3.3

We are pleased to announce the release of Aspose.Pdf for Java 3.3.0 which provides a better and enhanced XML to PDF conversion feature. In this release, the image transformation engine has been rewritten and is based on ImageIO. The main benefit of the new engine is better support for different image formats and from now on, Aspose.Pdf for Java should work faster due to optimised operations with images. Besides this, we also have resolved the issues related to image to PDF conversion and XML transformation to PDF format.
October 11, 2012 · 1 min · Codewarior

Stable PDF to Image Conversion in Java with Aspose.PDF for Java 4.4

We are pleased to announce the release of Aspose.PDF for Java 4.4.0. In this release, we’ve improved PDF to image conversion and PDF printing. There are also a couple of new features. We’ve introduced a new method for setting the image for a signature appearance from an input stream has been implemented in the PdfFileSignature class. PdfFileSignature pdfSign = new PdfFileSignature(firstFilename, secondFilename); pdfSign.setSignatureAppearanceStream(new FileInputStream("filename")); pdfSign.sign("Signature", "Reason", "Contact", "Location", signature); pdfSign.
October 10, 2012 · 1 min · Codewarior