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.
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>