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

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

Convert PDF to Image or Replace Text inside PDF with Complete Confidence

We are pleased to announce the release of Aspose.Pdf.Kit for Java 4.3.0. In this release, PDF to image conversion has been improved. Furthermore, the development team has significantly improved the text replacement feature. Please visit the following link for further details on what’s new & fixed in Aspose.Pdf.Kit for Java 4.3.0.
June 10, 2012 · 1 min · Codewarior

Aspose.Pdf.Kit improves annotation export/import and text replacement features

We are pleased to announce the release of Aspose.Pdf.Kit for Java 4.2.0. In this release we have greatly improved the annotation import and export feature. We have also enhanced the text replacement function. Please visit the following link for further details on what’s new & fixed in Aspose.Pdf.Kit for Java 4.2.0.
March 26, 2012 · 1 min · Codewarior