What's New in Oxygen PDF Chemistry 24
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.