Author Archives: Nayyer Shahbaz

Optimized PDF’s, capability to set PDF file version, manipulate artifacts in PDF document

Aspose.Pdf icon

We are glad to announce the release of Aspose.Pdf for .NET 7.6.0. This release version gives the capability to optimize the resultant PDF document by eliminating duplicate fonts, resources which are not used in document are removed and duplicate resources are joined as a single object. All this can be achieved using a single method OptimizeResources(..) in Document class. Furthermore, this release versions offers the feature to set the resultant file version i.e. v1.4, v1.5,, v1.6 etc. Even you … Continue Reading

Posted in Aspose.Total Product Family |

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 |

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 , , , , , , ,

Optimal PDF to Image and Improved HTML to PDF Conversion in C#

We are pleased to announce the release of Aspose.PDF for .NET 7.2.0 with optimal support for converting PDF files to image formats. Please note that recently we have fixed many issues with PDF to PNG, JPEG, and TIFF conversion to improve the memory use and performance of this feature. The product has been tested in a multi-threaded environment. The text extraction feature is also improved to where it can easily extract non-English characters from PDF files. We have also improved … Continue Reading

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

Add table in existing PDF, tooltip for form field and better memory management

Aspose.Pdf icon

We are pleased to announce the release of Aspose.Pdf for .NET 7.1.0. This new release version provides a long awaited feature to add a table inside an existing PDF document. With the introduction of this feature Aspose.Pdf for .NET can add a table while generating PDF document from scratch, and it supports adding tables inside existing PDF documents. This release version also supports the feature to add a tooltip to a form field. But that’s not all. We have … Continue Reading

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

TrueType fonts support, better image/HTML/XML conversion to PDF with Aspose.Pdf for Java 3.2.0

Aspose.Pdf icon

We are glad to announce the release of another version of Aspose.Pdf for Java 3.2.0 which provides great support for TrueType fonts during PDF generation. The HTML to PDF conversion feature is greatly improved by providing support for some new style tags and we have also made significant improvement to the XML to PDF conversion feature. This new release also provides support for adding buffered images to PDF documents.

Please note that the current release of Aspose.Pdf for Java works … Continue Reading

Posted in Aspose.PDF Product Family, Nayyer Shahbaz |