First of all, thanks for the great work on asciidoctor(j)(-pdf)!
We are using asciidoctor-pdf to convert our documents, but are not really satisfied with the performance.
E.g. converting a 24 Page PDF (2 PNG, 2 SVG, 15 small xmls highlighed via rouge, some tables):
- asciidoctorj -> docbook -> fop -> pdf takes around 3 seconds
- asciidoctorj-pdf takes 15-20 seconds (The same document with cruby asciidoctor-pdf takes around 5 seconds to convert)
Is there anyway to improve the performance?
First of all, thanks for the great work on asciidoctor(j)(-pdf)!
We are using asciidoctor-pdf to convert our documents, but are not really satisfied with the performance.
E.g. converting a 24 Page PDF (2 PNG, 2 SVG, 15 small xmls highlighed via rouge, some tables):
Is there anyway to improve the performance?