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.

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 |

Restrict Document Modification and Create Password-Protected PDF

Another exciting release version of Aspose.Pdf for Reporting Services has become available. Introducing features like adding User Password, restricting the user from updating document contents as well as filling the form fields, has been introduced in this remarkable release.

Indeed these features are natively not supported by SQL Reporting Services. More along, this new release version has become even more stable as compare to its predecessors and provides better support for processing complex reports.

In order to view a complete list … 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 |

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 |

BindFO, Watermark in PDF, IsHtmlTagSupported, PrintDocument to PDF

A long awaited stable version of BindFO feature has become available and its no more in Beta Phase. Along with this release, this feature works perfectly in 32 bit as well as 64Bit environments. It also supports the capability to convert Base64Bit images to PDF format. A few more HTML tags are also supported and a new feature of converting PrintDocument to PDF is also provided.

With this new release version, you can add watermark in Direct-to-File mode In order to Continue Reading

Posted in Aspose.PDF Product Family |

Justify or FullJustify Alignment for Text Box Report Element in PDF

Stepping ahead in the race of providing more vigorous and market competitive products, once again Aspose has made a remarkable leap in providing Aspose.PDF for Reporting Services version with a support for text alignment feature (Justification / FullJustification) which is natively not supported by SQL Reporting Services. More along, this new release version has become more stable while processing complex report documents.

In order to view a complete list of fixes and to download Aspose.PDF for SSRS 1.9.0, please visit … 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 |

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 |

Text rotation, Image rotation, basefont, dt, dl, menu & alt tags

Putting another feather in the crown, a new version of Aspose.PDF for .NET has been released with a better support for rendering XML and XSLT file contents. With the release of this version, ImageRotation and TextRotation have also become more stable. Nonetheless, the support for <alt>, <dir>, <menu>, <dl>, <dt>, <dd>, <basefont> and many other HTML controls has been provided.

In order to view a complete list of fixes and to download Aspose.Pdf for .NET 4.7.0, please visit https://products.aspose.com/pdfContinue 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 |