Task #3561

Mis à jour par Serge Heiden il y a presque 2 ans

Add a new export command to produce one PDF per Text edition.

See existing Java tools that can:
- convert HTML to PDF using the CSS styling
- merge PDFs (or create one PDF with several HTMLs - or create one PDF from a TXM edition made of a single HTML page)

See:
* Native Java library
** Open HTML to PDF: https://github.com/danfickle/openhtmltopdf (flying-saucer
https://github.com/PandaDoc/pandadoc-api-java-client or flying-saucer + pdfbox)
* Pandoc external call
** PandaDoc SDK: https://github.com/PandaDoc/pandadoc-api-java-client
pdfbox

Retour