Spire.Doc

Spire.Doc 6.11.2 supports adding caption to table and saving Word to PostScript format file

We are pleased to announce that Spire.Doc 6.11.2 is available from this day on. In this version, two new features are added, the one is to support adding captions to table, the other one is to support saving Word to PostScript format file. Besides, some bugs are fixed, such as converting Word to PDF was incorrect, the equation was missing after loading and saving Word, and converting HTML to Word caused wrong line feeds. See the content below for more details.

New Features:

  • Adds a new method to add caption to tables.
  • table.AddCaption("Table_01", CaptionNumberingFormat.Roman, CaptionPosition.BelowItem);
    
  • Supports to save to PostScript format file.
  • doc.SaveToFile(output, FileFormat.PostScript);
    

Bug Fixes:

  • Fixes the issue that caused incorrect format after converting Word to PDF.
  • Fixes the issue that caused incorrect alignment of the image after converting HTML to RTF.
  • Fixes the issue that caused wrong line feeds after converting HTML to Word.
  • Fixes the issue that the equation was missing after loading and saving Word.
  • Fixes the issue that caused incorrect paging after converting Word to PDF.
  • Fixes the issue that the progress threw NullReferenceException when saving Word.

Welcome to experience Spire.Doc 6.11.2 with downloading here:
More information of Spire.Doc new release or hotfix: