Search
Console Logging Jump to main content XML Editor Oxygen XML Editor 27.1 User Guide Index Search Edit online Console Logging To activate the logging of the last processing stage, involving the usage of the Chemistry processor to generate the PDF from the merged HTML, use the -v (or --verbose ) DITA
Out of Memory on External Processes Jump to main content XML Editor Oxygen XML Editor 27.1 User Guide Index Search Edit online Out of Memory on External Processes Problem Oxygen XML Editor throws an Out Of Memory error when trying to generate PDF output with the built-in Apache FOP processor
a PDF file that highlights the changes between the compared versions. Here is the basic procedure (for this particular example, suppose the resulting merged document is a DITA file): Select the Merge Documents with Change Tracking Highlights action that is found in the Tools > Comparison Tools menu
Comments, Highlights, and Tracked Changes Jump to main content XML Editor Oxygen XML Editor 27.1 User Guide Index Search Edit online Comments, Highlights, and Tracked Changes The comments and tracked changes can be made visible in the PDF output by setting the show.changes.and.comments
How to Wrap Scientific Numbers in Tables Cells Jump to main content XML Editor Oxygen XML Editor 27.1 User Guide Index Search Edit online How to Wrap Scientific Numbers in Tables Cells In your PDF output, you may need to wrap scientific numbers on two lines when they are included in table cells
How to Use XSLT Extension Points for PDF Output from a DITA-OT Plugin Jump to main content XML Editor Oxygen XML Editor 27.1 User Guide Index Search Edit online How to Use XSLT Extension Points for PDF Output from a DITA-OT Plugin The examples in this section demonstrate how to use XSLT extension
that is allocated to the Java process that performs the publishing. There can be two situations where an out of memory error can be triggered: From the DITA-OT basic processing (the preparation of the merged HTML document). From the Chemistry PDF CSS processor (the transformation of the merged HTML
CSS Tab (XML to PDF Transformation with CSS) Jump to main content XML Editor Oxygen XML Editor 27.1 User Guide Index Search Edit online CSS Tab (XML to PDF Transformation with CSS) When you create a new transformation scenario or edit an existing one , a configuration dialog box is displayed that
extension point: <publishing-template> ... <pdf> ... <xslt> <extension id = "com.oxygenxml.pdf.css.xsl.merged2html5" file = "xslt/merged2html5Extension.xsl" /> </xslt> Create a css folder in the publishing template directory. In this directory, save a custom CSS file with rules that style the highlight
How to Convert Definition Lists into Tables Jump to main content XML Editor Oxygen XML Editor 27.1 User Guide Index Search Edit online How to Convert Definition Lists into Tables Suppose you want your definitions lists ( <dl> ) to be displayed as tables in your PDF output. To add this