Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 527 Bytes

File metadata and controls

31 lines (21 loc) · 527 Bytes
title vibium pdf

Save the current page as a PDF.

Synopsis

vibium pdf [-o <file>]

Description

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.

Examples

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

See also