Release notes for the Conversion Service
Here is what's new in the Conversion Service (listed in reverse chronological order):
tip
To update to the latest version, see Update the Conversion Service.
Version 4
This section describes all changes included in version 4 of the Conversion Service.
Installation and deployment
- Changed default installation directory on Windows to
C:\Program Files\Pdftools\Conversion Service
. [v4.0] - Changed default program data directory on Windows to
C:\ProgramData\Pdftools\Conversion Service
. [v4.0] - Added support for consumption base licensing. [v4.7]
- New Licensing Gateway Service is installed. [v4.7]
Common functionality
- New settings for email, HTML, CSV and XML conversion to control resizing and optimal fitting of content in case of content overflow. [v4.0]
- New support for CSV files with whitespace around quoted fields without warning or error. [v4.2]
- New behavior for CSV files containing malformed data: CSV file containing malformed data now results in a configurable warning of type
CorruptionRepaired
instead of a hard error. [v4.2] - New support to download external stylesheets of HTML and XML files via proxy. [v4.1]
- Improved conversion of emails with non-standard structure. [v4.3]
- New stamping functionality that allows page selection - All, First and Last. [v4.3]
- New "Collect Mode" setting "Separate" to convert a job with multiple files into separate output documents instead of a single output. [v4.3]
- Improved conversion of email body and HTML documents. [v4.5]
- New customization of email header date time formatting. [v4.6]
Office documents
- New settings for Excel conversion to control resizing and optimal fitting of content in case of content overflow. [v4.0]
- Improved reliability and robustness of Office conversion. [v4.3]
- Disabled office conversion for the integrated default workflow profiles in Docker. [v4.8]
Digital signatures
- Changed digital signature types to have a simpler overview. [v4.3]
- Swisscom signature types renamed to remove "All-in" from the signature type name. [v4.3]
- New Swisscom on-demand signature. [v4.3]
- Swisscom signature types renamed to remove "All-in" from the signature type name. [v4.3]
- Fix configuration updater to refelect new Swisscom signature type names. [patch v4.3.2]
- Allow job options for certain signature properties. [v4.3]
Integration/Connections
REST Output connector
- New configuration option to specify the form field name of the files in the
multipart/form-data
content. [v4.1] - Support workflow options for the REST Input (HTTP Plain) connector using placeholder syntax. Note: An update to version 4.8 may break your file processing. Previously, all query parameters were automatically set as variables. With this update, you have to define the variables manually in the Configurator. For more information, see REST input plain HTTP in the REST connectors documentation page. [v4.8]
Output Mailbox connector
- New configuration setting to preserve the body of the corresponding input email when used with result files. [v4.3]
- Improved compatibility of mailbox connectors with Microsoft Exchange. [v4.5]
Configurator
- Improved support request. Added additional data for better insight. [v4.7]
- Enable export of analytics and redesign of Support tab. [v4.4]
- Improved UI design of the documentation panel. [v4.2]
- New detailed information for the Health & Activity, Services, and Statistics tabs shown in the documentation panel. [v4.2]
- New configuration setting to set up custom job options. [v4.7]
- New tab Licensing for license management that can replace the separate license manager in most cases. [v4.7]
Version 3
This section describes all changes included in version 3 of the Conversion Service.
REST interface
- New query parameter
url
onaddData
POST request to load a file directly from a webserver. [v3.4] - New method
storeJobResultData
to send the result file directly to a webserver via HTTP PUT/POST request. [v3.4] - New property
Status
in result of methodgetJobResult
to get Success/Warning/Error status of job result instead of using legacySuccess
property. [v3.9]
Installation and deployment
- New Windows Server 2022 is supported. [v3.3]
- New Office 2021 (64 Bit) is supported. [v3.3]
- New dependency on Microsoft .NET Desktop Runtime 6.0 (Windows, x64) and Microsoft ASP.NET Core Runtime 6.0 (Windows, x64). [v3.7]
Workflows
- New workflow Archive PDF/A-1. [v3.3]
Archive PDF/A-2 workflow
- New convert mode configuration for child documents (attachments) for detailed configuration of which documents to convert. [v3.2]
- New support to convert HTML, CSV and XML child documents (attachments). Note that this is disabled by default. [v3.2]
- New collect mode configuration. This offers a detailed configuration of how to convert documents that have child documents (attachments), specifically how to combine the converted documents and how to handle errors when processing child documents. This supersedes the configuration options "Document Collection Mode" and "Child Error Handling". [v3.2]
- New stamping functionality to add single-line text content to the converted documents. [v3.4]
- New stamping functionality to add an image or 1D/2D barcode to the converted documents. [v3.11]
Archive PDF/A-3 workflow
- New convert mode settings "Skip" and "Skip with Warning", which allows to choose whether an informational event or a warning is generated when skipping (removing) a child document. The new default is "Skip with Warning". When updating an installation, the profiles' behavior is not changed. [v3.2]
- New stamping functionality to add single-line text content to the converted documents. [v3.4]
- New stamping functionality to add an image or 1D/2D barcode to the converted documents. [v3.11]
Conversion workflow
- New convert mode settings "Skip" and "Skip with Warning", which allows to choose whether an informational event or a warning is generated when skipping (removing) a child document. The new default is "Skip with Warning". When updating an installation, the profiles' behavior is not changed. [v3.2]
- New stamping functionality to add single-line text content to the converted documents. [v3.4]
- New stamping functionality to add an image or 1D/2D barcode to the converted documents. [v3.11]
Dossier workflow
- New profile setting to control the horizontal alignment (Left, Center, Right) of the title of the table of contents. [v3.2]
- Changed the document outline to contain a bookmark for the table of contents. [v3.2]
- New job option
TOC-OUTLINE-TITLE
to set the title of the bookmark for the table of content. [v3.2] - New profile setting for automatic numbering of the entries in the table of contents. [v3.2]
- New profile setting to apply stamps to the pages of the table of contents. [v3.2]
- New optional preprocessing step to convert input documents to PDF. [v3.2]
- New support for custom placeholder variables in Text Stamps. [v3.4]
- New stamping functionality to add an image or 1D/2D barcode to the converted documents. [v3.11]
Common functionality
- New conversion of CSV, HTML (prepared for archiving) and XML documents. [v3.1]
- New conversion of WordprocessingML 2003 (.xml) and SpreadsheetML 2003 (.xml) documents via Microsoft Word and Microsoft Excel, respectively. [v3.3]
- Changed newly created bookmarks to be closed instead of open by default. [v3.3]
- New conversion of signed Emails (s/mime). [v3.4]
- New conversion of OpenDocument Text (.odt), Spreadsheet (.ods) and Presentation (.odp) via Microsoft Word, Excel and PowerPoint, respectively. [v3.4]
- New profile settings and options in all workflows to add metadata to the documents. [v3.5]
- Improved performance especially for small files. [v3.7]
- Improved robustness in low memory conditions on Windows. [v3.8]
- New option to convert Word, Excel, PowerPoint documents through the Azure cloud with the Microsoft Office for the web service. [v3.10]
Configurator
- Changed export and import of profiles to also include the workflow's activation state. [v3.3]
- Changed name of Profiles tab to Workflows & Profiles. [v3.1]
- New possibility to activate and deactivate workflows in the Workflows & Profiles tab. [v3.1]
GUI client
- Improved UI design to provide a clear overview of the job progress and results. [v3.1]
- New Office add-ins for Word, Outlook, Excel and PowerPoint. [v3.3]
Integration/Connections
- New input connector "Watched Mailbox (IMAP)" to automatically convert emails or files sent to a configurable mailbox on an IMAP server. [v3.2]
- New input connector "Watched Mailbox (Exchange Online)" to automatically convert emails or files sent to a configurable mailbox on a Microsoft Exchange Online server. [v3.5]
- New output connector "Output Mailbox (IMAP)" to copy output files to a mailbox without actually sending an email. [v3.4]
- New output connector "Output Mailbox (Exchange Online)" to copy output files to a mailbox without actually sending an email. [v3.5]
- New output connector "Send Email (SMTP)" to send an email to a configurable or dynamic email address, containing the results or original files [v3.4] and/or additional information (error message, warnings) [v3.6].
- New output connector "Send Email (Exchange Online)" to send an email to a configurable or dynamic email address, containing the results or original files [v3.4] and/or additional information (error message, warnings) [v3.6].
- New output connector "Create Text File" to create a text file with additional information (error message, warnings) in an output folder. [v3.6]
Watched Folder connector
- New support for companion files to pass information as variables directly to the output connectors. [v3.10]
REST input JSON connector
- New key "options" in JSON format to pass job-level and document-level options to the workflow. [v3.1]
- New key "variables" in JSON format to pass information directly to the output connectors. [v3.1]
- Changed default request body size limit from unlimited to 100MB. [v3.1]
REST Output connector
- New support for placeholder variables in URL setting. [v3.1]
- New support for sending form fields in addition to the files. [v3.10]
- New support for username/password based authentication. [v3.10]
- New support for setting the Accept header. [v3.10]
Version 2
This section describes all changes included in version 2 of the Conversion Service.