An example project that demonstrates how to convert AsciiDoc to PDF using Asciidoctor PDF with the Asciidoctor Maven plugin.
This example produces a book and make use of a custom Asciidoctor PDF theme (defined in src/theme
).
The same document is rendered twice:
-
Without the theme configuration, output is
target/generated-docs-default-theme/example-manual.pdf
-
With the theme configuration, output is
target/generated-docs-custom-theme/example-manual.pdf