Integrations

RelayPDF CLI integration

Use the official CLI for local scripts, CI helpers, and agent workflows that need reproducible commands.

Setup
relaypdf login
relaypdf pdf --html invoice.html --out invoice.pdf
relaypdf convert report.docx --to pdf --out report.pdf
Credentials are stored in ~/.config/relaypdf/credentials.json with restricted permissions.
Commands support binary output, URL mode, and async jobs.
Use relaypdf jobs wait <id> for queued conversions.