We are happy to announce the release of Spire.Doc 10.6.6. This release supports converting the table of contents into corresponding bookmarks in PDF and disabling hyperlinks in PDF when converting Word to PDF using NewEngine. More details are listed below.
Here is a list of changes made in this release
Category | ID | Description |
New feature | - | Supports converting table of contents into corresponding bookmarks in PDF when converting Word to PDF using NewEngine.
ToPdfParameterList toPdf = new ToPdfParameterList(); toPdf.CreateWordBookmarks = true; toPdf.CreateWordBookmarksUsingHeadings = true; document.setUseNewEngine(true); document.saveToFile("output.pdf",toPdf); |
New feature | - | Supports disabling hyperlinks in PDF when converting Word to PDF using NewEngine.
ToPdfParameterList toPdf = new ToPdfParameterList(); toPdf.DisableLink = true; document.setUseNewEngine(true); document.saveToFile("output.pdf",toPdf); |
Click the link to download Spire.Doc 10.6.6:
More information of Spire.Doc new release or hotfix: