Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 425 Bytes

File metadata and controls

11 lines (6 loc) · 425 Bytes

Asciidoctor Maven Plugin: AsciiDoc to PDF Example

An example project that demonstrates how to convert AsciiDoc to PDF using Asciidoctor PDF with the Asciidoctor Maven plugin.

Usage

Convert the AsciiDoc to PDF using Asciidoctor PDF by invoking the process-resources goal (configured as the default goal):

$ mvn

Open the file target/generated-docs/example-manual.pdf in your PDF viewer to see the generated PDF.