Author Archives: Shahzad Latif

PDF to TIFF Conversion Performance, PDF to Image Conversion, and Form Filling and Text Replacement Features in C# PDF API

We have published the new version of Aspose.Pdf.Kit for .NET. In Aspose.Pdf.Kit for .NET 5.2.0, we have improved the features relating to image rendering, PDF to TIFF conversion, filling form fields, replacing text and exporting bookmarks to XML.

We have also introduced the mechanism to improve the PDF to TIFF conversion performance. A technical article titled ‘Performance Improvement for PDF to TIFF Conversion‘ has been added to elaborate on the new mechanism. This article explains the reason for … Continue Reading

Posted in Aspose.PDF Product Family | Tagged , ,

SWF to Image Conversion and Adding DefineFont3 Object in SWF are Improved in Aspose.Flash for .NET.

We have published the new release of Aspose.Flash for .NET. In Aspose.Flash for .NET 3.5.0, we have improved the SWF to image rendering mechanism to handle various file structures. We have also enhanced the feature of adding new fonts using DefineFont3 object.

You can see the changes and download the latest version from the Aspose.Flash for .NET download section.
Continue Reading
Posted in Aspose.Total Product Family |

Replace Text and Modify Properties in a Specified Rectangle in a PDF Using Java.

Aspose.PDF for Java 3.7.0 is now available for download. In this latest version, we have improved the replace text feature. The text replacement using ‘Replace All’ scope has been enhanced. We have also improved the replace text performance.

New features of manipulating text within a specified rectangular area have been introduced in this release. You can set a rectangle using setRectangle method and then call the replaceText method of PdfContentEditor class to replace text in the specified area. You can … Continue Reading

Posted in Aspose.PDF Product Family |

Remove All JavaScript From PDF and Highlight Text Features are Introduced in Aspose.Pdf.Kit for .NET.

Aspose.Pdf.Kit for .NET 5.1.0 has been released with some new features and improvements. We have introduced a new feature to remove all the JavaScript from the PDF file. This can be achieved using Strip method of PdfJavaScriptStripper class. The Strip method returns true in case any scripts were found and removed. You can use the following code snippet:

//create PdfJavaScriptStripper object
PdfJavaScriptStripper javascriptStripper = new PdfJavaScriptStripper();
//remove all javaScript from PDF file
bool result = javascriptStripper.Strip(“input.pdf”, “output.pdf”);

We have also … Continue Reading

Posted in Aspose.PDF Product Family |

Render to Image, Update ABCData String Constant, Replace Text and Font Conversion Features are Improved in Aspose.Flash for .NET.

Aspose.Flash for .NET 3.4.0 is released. In this latest version, we have improved image rendering using Render method, updating string constants in ABCFile obtained from ABCData, text replacement and true type font to SWF font conversion features.

You can see the changes and download the latest version from the Aspose.Flash for .NET download section.

Continue Reading
Posted in Aspose.Total Product Family |

Highlight Text Feature, Replace Text, Add Header and Footer in PDF in Java

We have published the latest version of Aspose.PDF for Java. In Aspose.Pdf.Kit for Java 3.6.0, we have introduced a new feature to highlight text in a PDF file. The replaceText method can be used to highlight the text by setting its background color.

We have also improved the PdfContentEditor and TextProperties classes. Text replacement, adding footer and page number features have also been enhanced. You can see the complete list of changes and download the latest version from the Aspose.PDF Continue Reading

Posted in Aspose.PDF Product Family |

Replace Text using Regular Expression and Uniquely Identify Watermark

Aspose.Pdf.Kit for .NET 5.0.0 is now available for download. In this latest release, we have added features to replace text based on regular expression and uniquely identify watermarks and then get their information or delete them. You can either replace the first occurrence of any string satisfying the regular expression or all the occurrences. This version also allows you to uniquely identify the stamps by their IDs; you can either get the information of these stamps or delete any or … Continue Reading

Posted in Aspose.PDF Product Family |

SQL Server 2008 R2 Reporting Services is Supported with Aspose.Flash for Reporting Services.

A newer version of the Aspose.Flash for Reporting Services is now available for download. In Aspose.Flash for Reporting Services 1.2.0, we have provided support for Microsoft SQL Server 2008 R2 Reporting Services. This release has been extensively tested with SQL Server 2008 R2.

We have provided both the MSI and DLL only versions. You can download the latest release from the Aspose.Flash for Reporting Services download section. If you just want to have a look at the documentation in offline… Continue Reading
Posted in Aspose.Total Product Family |

Replace Text Based on Regular Expression and Import Images From XML Features are Introduced in Aspose.Pdf.Kit for Java.

We have released a new version of Aspose.Pdf.Kit for Java with some new features and fixes. In Aspose.Pdf.Kit for Java 3.5.0, we have introduced a new feature to replace text based on the regular expression. If the criteria specified in the regular expression is met, the first instance of the text will be replaced. In order to replace a string like 09.11.2010, you can use the following regular expression: “\\d{2}\\.\\d{2}\\.\\d{4}”; whereas, a string like 2034-3490-8 can be replaced using “\\d{4}-\\d{4}-\\d{1}”.… Continue Reading
Posted in Aspose.PDF Product Family |

PDF Printing, PDF to Image Conversion, Text Extraction and Memory Utilization are Improved in Aspose.Pdf.Kit for .NET.

We have published the latest version of Aspose.Pdf.Kit for .NET. In Aspose.Pdf.Kit for .NET 4.9.0, we have improved PdfConverter, PdfExtractor, PdfViewer and PdfFileMend classes. Memory utilization has been improved for adding images in the PDF file. We have also worked on PDF printing and improved the quality of the printed output along with enhancing the printing performance. In addition to that, we have fixed an issue related to orientation of the printed output.

PDF to image conversion is enhanced quite… Continue Reading
Posted in Aspose.PDF Product Family |