1.0.0-beta.3 • Published 4 months ago

@antora/pdf-extension v1.0.0-beta.3

Weekly downloads
-
License
MPL-2.0
Repository
gitlab
Last release
4 months ago

Antora PDF Extension

The Antora PDF extension is an Antora extension and exporter for Assembler. It configures and invokes Assembler and provides the converter function and metadata Assembler uses to export content to the PDF format. This extension is the official extension for exporting content in an Antora site to PDF.

This extension first delegates to Assembler, passing in the converter metadata, to construct assembly files from pages per component version using the navigation as a model. Assembler then iterates over those assembly files and, using the converter provided by this extension, converts them to PDF using Asciidoctor PDF (or the specified command). Finally, Assembler adds those PDFs to the content catalog as exports, which Antora publishes 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-beta.2

4 months ago

1.0.0-beta.3

4 months ago

1.0.0-beta.1

5 months ago

1.0.0-alpha.10

11 months ago

1.0.0-alpha.12

5 months ago

1.0.0-alpha.11

11 months ago

1.0.0-alpha.9

1 year ago

1.0.0-alpha.8

2 years ago

1.0.0-alpha.7

2 years ago

1.0.0-alpha.6

3 years ago

1.0.0-alpha.5

3 years ago

1.0.0-alpha.4

3 years ago

1.0.0-alpha.3

3 years ago

1.0.0-alpha.2

3 years ago

1.0.0-alpha.1

3 years ago