Category Archive: Aspose.PDF Product Family

Official blog of Aspose.PDF for .NET, Java, Android, C++ & Reporting Services with news of newly supported features, hot fixes, technical articles, tips and videos.

Control the Appearance of Empty Signature Fields in PDF using Java

Control the Appearance of Empty Signature Fields in PDF

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.

FormEditor editor = new FormEditor(INPUT_FILE, tmp_filename);  
editor.addField(FieldType.Signature, "Kunde", 
Continue Reading
Posted in Aspose.PDF Product Family, Nayyer Shahbaz | Tagged , , , , , , , , ,

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

Aspose.Pdf icon

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 … Continue Reading

Posted in Aspose.PDF Product Family, Nayyer Shahbaz |

Convert Multiple Files at a Time with Aspose.Pdf for SharePoint 1.6

We are pleased to inform you that Aspose.Pdf for SharePoint 1.6 has been released. This version of Aspose.Pdf for SharePoint provides support for conversion of several selected files to PDF files with a single conversion operation.

  • Please check out the documentation link for more information regarding conversion of multiple files at a time to PDF files.
  • Please visit the following link to download the latest version of Aspose.Pdf for SharePoint v1.6.
Continue Reading
Posted in Aspose.PDF Product Family, Nausherwan Aslam | Tagged , ,

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.

FormEditor formEditor = new FormEditor(); 
formEditor.BindPdf("d:/pdftest/HelloWorld (1).pdf"); 
Continue Reading
Posted in Aspose.PDF Product Family, Nayyer Shahbaz |

Focal Point Software Implemented Interactive PDF Features such as Bookmarks and Annotations with Aspsoe.PDF for .NET

About Focal Point Software

Focal Point Software Logo

Focal Point Software is a development and consultancy company specializing in Intelligent Document Recognition software. It develops software that automatically classifies and extracts key data from documents, regardless of source or format.

It was set up in 2009 by consultants with over 30 years’ experience in developing and using Intelligent Document Recognition software. The team is passionate about the smart use of technology to increase the efficiency of document-centric business processes.

Problem

Focal Point was already … Continue Reading

Posted in Aspose.PDF Product Family, Aspose.PDF | Tagged , , , ,

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

Aspose.Pdf icon

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 … Continue Reading

Posted in Aspose.PDF Product Family, Nayyer Shahbaz |

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

Aspose.Pdf icon

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 … Continue Reading

Posted in Aspose.PDF Product Family, Nayyer Shahbaz | Tagged , , , , , , , ,

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.save();

We have also implemented a new method to control the … Continue Reading

Posted in Aspose.PDF Product Family, Nayyer Shahbaz | Tagged , , , , , , , ,

Remove Fonts from PDF and Extract Form Fields from Particular PDF Region in C#

Aspose.Pdf icon

We are pleased to announce the release of Aspose.PDF for .NET 7.3.0 which provides a new feature to remove duplicate/unused fonts from PDF documents. In order to replace fonts please use the following approaches:


  • Use TextFragmentAbsorber.
  • Use TextEditOptions.FontReplace.RemoveUnusedFonts parameter for TextFragmentAbsorber. (The above parameter removes fonts that become unused during font replacement).
  • Set font individually for each text fragment.

The following code snippet replaces font for all text fragments of all document pages and removes unused fonts.

Document 
Continue Reading
Posted in Aspose.PDF Product Family, Nayyer Shahbaz | Tagged , , , , , , , , , , ,

Aspose.Pdf for SSRS 2.5 supports Visual Studio 2010 Report Viewer control

Aspose.Pdf icon

We are more than happy to announce the release of Aspose.Pdf for Reporting Services 2.5.0. This release specifically includes the support for Microsoft Visual Studio 2010 Report Viewer control. With this release version, Aspose.Pdf for Reporting Services can be integrated with Microsoft Report Viewer 2005, 2008 an 2010.

Please visit the following link for further details on what’s new and fixed in Aspose.Pdf for Reporting Services 2.5.0.… Continue Reading

Posted in Aspose.PDF Product Family, Nayyer Shahbaz | Tagged , , , , , , ,