Spire.PDF 7.2.5

Spire.PDF 7.2.5 adds new methods of replacing text

We are happy to announce the Spire.PDF 7.2.5. This version adds new methods of replacing text and enhances the conversion from PDF to image. More details are listed below.

Here is a list of changes made in this release

Category ID Description
New Feature - Adds new methods of replacing text.
PdfTextReplacer ptr = new PdfTextReplacer(page);
ptr.ReplaceAllText("LONDON MIDLAND", "West Midlands Railway");//replace all text
ptr.ReplaceText("LONDON MIDLAND", "West Midlands Railway");//replace only one 
Bug SPIREPDF-347 Fixes the issue that size and location of image was incorrect after drawing image to PDF.
Bug SPIREPDF-996 Fixes the issue that the application threw ArgumentException when converting PDF to image.
Bug SPIREPDF-1141 Fixes the issue that some characters lost when converting XPS to PDF.
Bug SPIREPDF-3299 Fixes the issue that the image's color went black after drawing image to PDF.
Bug SPIREPDF-4004 Fixes the issue that the content of output pdf was incorrect when inserting pages with different sizes into a PDF.
Bug SPIREPDF-4006 Fixes the issue that the application threw "The index can not be less then zero or greater then Count" when calling page.CreateTemplate()method.
Bug SPIREPDF-4007 Fixes the issue that background color of image went black after drawing transparent image to PDF.
Click the link to download Spire.PDF 7.2.5:
More information of Spire.PDF new release or hotfix: