Page 1 of 1

PDF Transformation failed when adding table colwitdh

Posted: Fri Nov 22, 2024 11:28 am
by youny
When I add the colwith to a table and transformation via DITA-PDF-based on HTML5 & CSS, there is transformation failed note:
Transformation failed. D:\Program Files\Oxygen XML Editor 23\frameworks\dita\DITA-OT3.x\plugins\com.oxygenxml.pdf.css\build.xml:611: Java
returned: 1
[CH] coverage set class table not yet supported


When I deleted the colwith of the table, the transformation is no problem. How to resolve this problem?
My Oxygen xml editor version is 23.1. And here is the example of my table:

Code: Select all

        <table id="table_zk1_f5q_kdc" frame="none">
                <tgroup cols="2" align="center">
                    <colspec colname="c1" colnum="1" colwidth="1*"/>
                    <colspec colname="c2" colnum="2" colwidth="1*"/>
                    <tbody>
                        <row>

Re: PDF Transformation failed when adding table colwitdh

Posted: Fri Nov 22, 2024 1:01 pm
by julien_lacour
Hello,

First of all, Oxygen 23.1 has reached its End of Support period since October 11, 2023.
Then for this kind of problem you should also check the console output of the transformation.
To display the transformation console you can follow these steps:
  1. In Oxygen > Options > Preferences... > DITA / Logging change the value of the 'Show console output' option to 'Always'
  2. Run the transformation scenario, the console output is in the tab named after the transformation:
    c47peK7FV8pbdB9n.png
And also, as far as I know, the "[CH] coverage set class table not yet supported" message is a warning so it can't make the transformation fails.

Regards,
Julien