blob: 6c72a792188d828c2dd0e9f72cf8368e645bbe9c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
= Use the Extended Converter
:navtitle: Use the Converter
== Require the extended converter
To use an extended converter, require it by passing the path to the `-r` flag when calling the `asciidoctor-pdf` command:
$ asciidoctor-pdf -r ./extended-pdf-converter.rb doc.adoc
The converter will self-register with the `pdf` backend and thus get used as the Asciidoctor PDF converter.
That's all there is to it!
== Go further
To get deeper into the world of extended converters, explore the xref:use-cases.adoc[use cases].
|