News & Releases
|
|

Spire.Doc 7.3.3 supports keeping Word headings as PDF bookmarks when converting Word to PDF
We're pleased to announce the release of Spire.Doc hotfix version 7.3.3. This version adds a new property "CreateWordBookmarksUsingHeadings" to supports keeping the Word headings as PDF bookmarks when converting Word to PDF. Meanwhile, it also fixes some issues that occurred during Word conversion and manipulation. More details are given below.
New Features:
- Adds a new property "CreateWordBookmarksUsingHeadings" for keeping the Word headings as PDF bookmarks when converting Word to PDF.
ToPdfParameterList topdf = new ToPdfParameterList(); topdf.CreateWordBookmarks = true; topdf.CreateWordBookmarksUsingHeadings = true; doc.SaveToFile(outputFile_PS, topdf);
Bug Fixes:
- Fixes the issue that the MergeFIeld could not be correctly updated when it is in the nested IF field.
- Fixes the issue that the content was in bad format after setting "SectionBreakType.NoBreak" and then converting to PDF.
- Fixes the issue that the image was overlapped after converting Word to PDF.
- Fixes the issue that the application threw an exception when saving the Word document to stream with .docx format.
- Fixes the issue that the underline format was lost after merging xml documents.
- Fixes the issue that the application threw an exception when loading the Word file.
- Fixes the issue that the application threw an exception when saving a Word file with the Czech culture.
- Fixes the issue that the content of formula field was displaced after merging xml documents.
- Fixes the issue that the formula had a bad layout after merging xml documents.
- Fixes the issue that the hidden content was wrongly displayed after converting Word to PDF.
- Fixes the issue that the eq field content was in bad format after merging xml documents.
- Fixes the issue that the "justify" alignment was incorrectly rendered after converting Word to PDF.
- Fixes the issue that the double underline format was lost after converting RTF to PDF.
Click the link to download Spire.Doc 7.3.3:
More information of Spire.Doc new release or hotfix: