Spire.PDF

Spire.PDF 5.6.31 supports setting signature name width and enhances the conversion from HTML to PDF and PDF to SVG/Word

We are pleased to announce the release of Spire.PDF 5.6.31. This version supports removing the author of annotation and setting the width of signature name. In addition, a series of issues that occurred when converting HTML to PDF with plugin, PDF to SVG and Word are fixed. See the content below for more details.

New Features:

  • Supports removing the author of annotation. Note removing the author of caret annotation is not supported at present.
  • annotation.Author = "";
    
  • Supports specifying page ranges when saving to PDF.
  • document.SaveToFile(filepath, 0, 3, FileFormat.PDF);
    
  • Supports setting the width of signature name.
  • signature.SetSignNameWidth(float width);
    

Bug Fixes:

  • Fixes the issue that the PDF document failed to be printed out by color printer.
  • Fixes the issue that the invisible layer appeared in SVG after converting PDF to SVG.
  • Fixes the issue that getting the page number of bookmark's destination failed.
  • Fixes the issue that the font was changed after converting PDF to Word.
  • Fixes the issue that the application threw an exception when finding the character "$" and the positions of some characters were not be returned correctly. .
  • Fixes the issue that adding hyperlink to image failed.
  • Fixes the issue that running the application to convert HTML to PDF with plugin, the second time was longer than the first time.
  • Fixes the issue that messy content was caused after converting HTML to PDF with plugin.
  • Fixes the issue that related to the timeout when converting HTML to PDF with plugin.
  • Fixes the issue that the application threw an exception when converting HTML to PDF with plugin.
  • Fixes the issue that incorrect spacing between words was caused after converting HTML to PDF with plugin.
  • Fixes the issue that incorrect css style was caused after converting HTML to PDF with plugin.
  • Fixes the issue that low quality of content was caused after converting HTML to PDF with plugin.
  • Fixes the issue that incorrect table layout was caused after converting HTML to PDF with plugin.
  • Fixes the issue that the hyperlink lost after converting HTML to PDF with plugin.
  • Fixes the issue that shrunken content was caused after converting HTML to PDF with plugin.
  • Fixes the issue that incorrect table header was caused after converting HTML to PDF with plugin.
  • Fixes the issue that the application that converts HTML to PDF with plugin didn't work on Azure (64bit).

Click the link to download Spire.PDF 5.6.31:
More information of Spire.PDF new release or hotfix: