šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

@antora/pdf-extension

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antora/pdf-extension

An Antora extension that assembles content pages into PDF files by version and publishes them with the site.

1.0.0-alpha.12
latest
Source
npm
Version published
Weekly downloads
6.2K
0.77%
Maintainers
2
Weekly downloads
Ā 
Created
Source

Antora PDF Extension

The Antora PDF extension is an exporter extension for Assembler that assembles and converts content to the PDF format using Asciidoctor PDF. The Antora PDF extension is the official extension for exporting content in an Antora site to PDF.

This extension is based on Antora Assembler. It provides the converter function and metadata that Assembler uses to export content. Assembler constructs assembly AsciiDoc documents from pages per component version using the navigation as a model. Using the converter provided by this extension, it then iterates over those assembly documents and converts them to PDF using Asciidoctor PDF (or the specified command). Finally, it adds those PDFs to the content catalog as exports, which Antora then 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 (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).

Keywords

antora

FAQs

Package last updated on 09 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts