Spire.PDF 6.3.10

Spire.PDF 6.3.10 supports setting subjects for newly-created PdfFreeTextAnnotation

We're pleased to announce the release of Spire.PDF 6.3.10. This version supports setting subjects for newly created PdfFreeTextAnnotation. Besides, it also fixes some issues that occurred when converting PDF to Image and manipulating files. See the content below for more details.

Here is a list of changes made in this release

Category ID Description
New Feature SPIREPDF-3107 Supports setting subjects for newly-created PdfFreeTextAnnotation.
RectangleF rectangle = new RectangleF(0, 150, 100, 30);
PdfFreeTextAnnotation textAnnotation = new PdfFreeTextAnnotation(rectangle);
textAnnotation.Text = "Spire.PDF";
textAnnotation.Subject = "test";
Bug SPIREPDF-3016 Fixes the issue that the bookmark containing "-" was not displayed correctly.
Bug SPIREPDF-3069 Fixes the issue that text couldn't be matched using regular expressions.
Bug SPIREPDF-3091 Fixes the issue that application threw ArgumentException when converting pdf to image.
Bug SPIREPDF-3094 Fixes the issue that the count of form fields read was incorrect.
Bug SPIREPDF-3096 Fixes the issue that the bookmark containing "" was not displayed correctly.
Bug SPIREPDF-3119 Fixes the issue that it failed to save document after setting custom information.
Click the link to download Spire.PDF 6.3.10:
More information of Spire.PDF new release or hotfix: