2025
26.1Version 26.1 - March 25, 2024
2024
26.0Version 26.0 - October 11, 2023
- 25.1
Version 25.1 - March 16, 2023
2023
25.0Version 25.0 - October 13, 2022
- 24.1
Version 24.1 - March 7, 2022
2022
24.0Version 24.1 - March 7, 2022
Version 24.0 - October 18, 2021- 23.1
Version 23.1 - March 4, 2021
2021
23.0Version 23.1 - March 4, 2021
Version 23.0 - November 19, 2020- 22.1
Version 22.1 - May 19, 2020
- 22.0
Version 22.1 - May 19, 2020
Version 22.0 - February 12, 2020 2020
21.1Version 21.1 - May 23, 2019
- 21.0
Version 21.1 - May 23, 2019
Version 21.0 - February 22, 2019 2019
20.1Version 20.1 - June 15, 2018
- 20.0
Version 20.1 - June 15, 2018
Version 20.0 - March 16, 2018
What's New in Oxygen PDF Chemistry 24
Related version: 24.1
Oxygen PDF Chemistry version 24.0 provides lots of improvements and new customization possibilities for the CSS Paged Media processor used for obtaining PDF output from HTML or XML documents through CSS styling. Some examples of the features and updates that were added in this version include the possibility of controlling the security policies for the Chemistry processing, protecting your PDF files using security permissions, and some new properties that can be used to control various components in the PDF output (such as the initial settings for how the document is presented, copyright information, or custom metadata). This release also includes various bug fixes and important component updates.
Control the Security Context of the Chemistry Processing
Control Copyright Metadata
-oxy-pdf-meta-copyright
, -oxy-pdf-meta-copyrighted
,
-oxy-pdf-meta-copyright-url
) were added to provide the ability
to control the copyright information in the PDF output.Custom Metadata Fields
-oxy-pdf-meta-custom
property to define custom metadata
fields and it now supports multiple values (for example: -oxy-pdf-meta-custom:
"First" "First-Value", "Second" "Second-Value"
).Control How the PDF Reader Presents the Document
Protect PDF Files with Security Permissions
-pdf-security-restrict-print
parameter to restrict users from printing
the PDF content or the -pdf-security-restrict-copy
parameter to restrict
users from copying the PDF content. These parameters that are specific to security
permissions start with -pdf-security and details can be found in Command Line Parameters - Optional Parameters.Support Added for the 'visibility' CSS Property
visibility
CSS property is now applied during the PDF
transformation (previously, the property was applied in the editor, but had no effect in
the transformation). For example, you can use visibility: hidden
to hide
something, such as the title for a block element.Border Styling Improvements
Rotate Table Cells
transform
CSS property. For more details, see Tables - Rotating Cell Content.