PDF Transformation failed when adding table colwitdh

Post here questions and problems related to editing and publishing DITA content.
youny
Posts: 7
Joined: Thu Jul 25, 2024 10:54 am

PDF Transformation failed when adding table colwitdh

Post 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>
julien_lacour
Posts: 665
Joined: Wed Oct 16, 2019 3:47 pm

Re: PDF Transformation failed when adding table colwitdh

Post 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
You do not have the required permissions to view the files attached to this post.
Post Reply