Setting global pdf width when using asciidoctor-pdf
Posted by fmarchioni on Mar 23, 2018; 10:01am
URL: https://discuss.asciidoctor.org/Setting-global-pdf-width-when-using-asciidoctor-pdf-tp6230.html
Hi all!
I'd need to set the width of pdf generated by asciidoctor-pdf to be 7.48 inches so that it's compliant with a Kindle book format.
I've tried settings in the top header:
= Title of the book
:source-highlighter: coderay
:icons: font
:pdfwidth: 7.48in
But the width seems not affected....
Do I have to provide it in a different way ?
Thanks
Francesco