summaryrefslogtreecommitdiff
path: root/docs/modules/extend/pages/use-converter.adoc
blob: 2a0ee24a8850daa975a89fa44514a09ab59fc325 (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 this 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 too it!

== Go further

To get deeper into the world of extended converters, explore the xref:use-cases.adoc[use cases].