OSDC V11.0 New Features

Learn about the enhanced features in Office Server Document Converter V11.0.

Add hyperlinks to page numbers in indexes created in Word


When converting from Word (docx) to PDF, the page number of the index page is linked to the registered string of the output page.

-indexhyperlink value (command line example)

  • 1: Link to the registered string on the index page or before.
  • 2: Support for linking to registered strings on pages after the index page too (processing time will be doubled).

With OSDC V11.0, a function to add a hyperlink to the page number of each index entry on an index page created in Word (docx) has been added.
Although hyperlinks are not added to index items in Word, OSDC allows you to attach hyperlinks to PDFs output from Word.

indexhyperlink-01enIndex of Word (docx) files

 

indexhyperlink-02enIndex converted by OSDC V11.0 and hyperlinked. Click on a page number to go to the index source.

 

Restrictions

  • Indexes are created at the page position of index entries during PDF output, so page numbers of index entries may not be the same as in Word.
  • If there are multiple index entry strings on the same page, output multiple page numbers for an index entry.
  • If multiple index entries are grouped on a single line on the index page, only the first index entry is hyperlinked.
  • Index entries enclosed in double quotes (") may result in incorrect index output.
  • If index entries are inserted consecutively in a document, the hyperlink function is enabled only for subsequent index entries.
  • In vertically written documents, the position of the link may not be output correctly.
  • Documents that have been manually edited inside the index field may not output the index correctly.

Improved display of WordArt


Differences in word art rendering results between OSDC V11.0 and OSDC V10.0

Difference between WordArt created in PowerPoint (pptx format) and converted in OSDC V11.0 and OSDC V10.0.

WordArt_pptxCreated in PowerPoint (pptx)

WordArt_pdf_V11Converted with OSDC V11.0

WordArt_pdf_V10-1Converted with OSDC V10.0

 

"textwarp” attribute of the Option Setting File

Since the WordArt rendering function has been changed in OSDC V11.0, the rendering results may differ from those of V10.0 and earlier.
To make the WordArt rendering the same as the older version, specify the “textwarp” attribute in the Option setting File.

  • textwarp: If you want the WordArt rendering to be the same as the older version, specify the attribute value ‘0’.
  • The following is an example of an Option Setting File.
<?xml version="1.0"?>
<formatter-config>
<dfv-settings textwarp="0"></dfv-settings>
</formatter-config>

 

Unimplemented features of OSDC V11.0

  • [Home] - [Font]: [Text Shadow] and [Text highlight Color]
  • [Paragraph]
  • [Text direction]: [Rotate all text 90°] and [Rotate all text 270°]
  • [Shape Format] - [WordArt Styles]: [Text Outline]
  • [Text Effects]: [Shadow], [Reflection], [Glow], [Bevel] and [3-D Rotation]
  • [Shape Format] - [Rotate Objects]: [Flip Vertical] and [Flip Horizontal]
  • [Follow Path] may not output correctly for non-PDF files.

Direct2D support options


Specifies if Direct2d is used when converting to a raster image. This function is disabled except in the Windows version.

Command line parameter

  • -direct2d

Output results may differ from those output with GDI.

Improved display of chart


Added the processing required to render legend markers for data labels.

.NET interface with event ‘OnFormatPage’


During formatting, it is now possible to receive the page number of a page as an event when formatting is completed.

Operating environment and other changes


Changed the .NET interface from .NET 6 to .NET 8.

Windows

  • .NET 8
  • Microsoft .NET Framework 4.8.x

 

Linux

  • .NET 8

 

.NET interface is not provided for Amazon Linux 2023 Graviton2 version.

 

Changed the OS for Graviton2 version from Amazon Linux 2 to Amazon Linux 2023.

The operating system for the Graviton2 version has been changed from Amazon Linux 2 to Amazon Linux 2023 and GCC to GCC 11.
Requires glibc-2.34, libstdc++6.0.29 or higher and libraries that are binary compatible with these for operation.

Changes to the ‘Docx2 HTML output version’


The specifications of the Docx2HTML output version, which specializes in converting docx files to HTML, have been changed.

Changed the .NET interface from .NET 6 to .NET 8.

Windows/Linux

  • .NET 8

 

Linux version of GCC changed to GCC 11

Office Server Document Converter V11.0 Docx2HTML output version for Linux is built with GCC 11.
It requires glibc-2.34, libstdc++6.0.29 or higher and binary compatible libraries.

Features: Convert to HTML

Others


For more information on the features implemented in Office Server Document Converter V10.0, see the following links.

→ OSDC V10.0 New Features