Rendering in PDF with Maven
Posted by Jmm on
URL: https://discuss.asciidoctor.org/Rendering-in-PDF-with-Maven-tp2689.html
Hello,
I am looking into changing our "asciidoctor -> docbook -> pdf" tool chain to the more direct "asciidoctor -> pdf" chain. We are working with maven.
I was able to generate a pdf but I am looking how I can customise the output. How can I for instance control the paper size (A4) ? I would like to customise also header, footer, etc. I want to achieve something that has the same level finish as the Docbook output before proposing it to my colleagues.
I have read that there is a YML configuration file where quite lot of stuff can be tweaked. How can I access to that through the maven configuration ?
Jmm