Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

vibium pdf

Save the current page as a PDF.

vibium pdf [-o <file>]

Renders the current page as a PDF document. With -o, writes to the given file; without -o, writes to stdout.

Useful for archiving, sharing, or feeding the rendered document to a PDF-aware downstream tool.

Terminal window
vibium pdf -o page.pdf
vibium pdf > /tmp/page.pdf