1.0.0-alpha.9 • Published 6 days ago

@antora/pdf-extension v1.0.0-alpha.9

Weekly downloads
-
License
MPL-2.0
Repository
gitlab
Last release
6 days ago

Antora PDF Extension

The Antora PDF Extension is the official extension for producing PDFs of an Antora site. Specifically, it generates and publishes PDFs of aggregate pages in the site.

This extension is based on Antora Assembler. It calls Assembler to construct aggregate AsciiDoc documents from pages based on the navigation tree per component version. It then iterates over those aggregate documents and converts them to PDF using Asciidoctor PDF or the specified command. Finally, it pushes those PDFs into the site catalog so they are published as attachments alongside the other files in the site.

Usage

Once this package is installed in the playbook project, register it in the Antora playbook as follows:

antora-playbook.yml

antora:
  extensions:
  - '@antora/pdf-extension'
# ...

You can configure the behavior of the extension using the optional antora-assembler.yml file.

Copyright and License

Copyright (C) 2022-present by OpenDevise Inc. and the individual contributors of this project.

Use of this software is granted under the terms of the Mozilla Public License Version 2.0 (MPL-2.0).

1.0.0-alpha.9

6 days ago

1.0.0-alpha.8

2 months ago

1.0.0-alpha.7

6 months ago

1.0.0-alpha.6

2 years ago

1.0.0-alpha.5

2 years ago

1.0.0-alpha.4

2 years ago

1.0.0-alpha.3

2 years ago

1.0.0-alpha.2

2 years ago

1.0.0-alpha.1

2 years ago