ICRP XML/JATS to PDF Generator

Version 0.8.0-cpanel-images-tables

Upload article XML/JATS/MML and generate a PDF. This version includes visible image upload and JATS table rendering.

Dompdf is installed. PDF generation is available.

1. Upload article XML

You can upload only XML, or one ZIP containing XML + images.

2. Add figures/images

Use this field when your XML has tags such as <graphic xlink:href="figure1.png"/>. The uploaded image filename must exactly match the filename in the XML.

3. Tables

Tables are taken from the XML automatically. No separate upload is needed. The XML should contain JATS table tags such as <table-wrap>, <table>, <tr>, <th>, and <td>.

Figure XML example:
<fig id="fig1"> <label>Figure 1</label> <caption><p>Research model</p></caption> <graphic xlink:href="figure1.png"/> </fig>
Table XML example:
<table-wrap id="tab1"> <label>Table 1</label> <caption><p>Respondent profile</p></caption> <table> <thead><tr><th>Group</th><th>N</th></tr></thead> <tbody><tr><td>Male</td><td>702</td></tr></tbody> </table> </table-wrap>