pdfnative-cli command builder
Pick a command, fill the form, copy the resulting npx pdfnative-cli invocation. Covers the full v0.2.0 surface: render, sign, inspect, and verify. The builder runs entirely in your browser โ nothing is uploaded.
PdfLayoutOptions. CLI flags override the layout file.
registerFontLoader() wrapper.
$PDFNATIVE_SIGN_KEY.
$PDFNATIVE_SIGN_CERT.
$PDFNATIVE_SIGN_CHAIN.
Scope (v0.2.0): byte-range integrity (SHA-256), certificate chain, trust evaluation. Out of scope: full CMS signature-value, OCSP/CRL, RFC 3161 timestamps, LTV โ see the CLI guide.
Generated command
npx pdfnative-cli render
Paste this in any shell. Secrets are never sent โ the entire builder runs client-side.
What this playground does not do
It does not execute the CLI in your browser โ signing real PDFs requires real private keys, and we will not pretend to. For an in-browser demo of render output, see the homepage live demo. To exercise the full CLI on your machine: npx pdfnative-cli <your built command>.
Resources
- CLI guide โ full v0.2.0 reference, security model, recipes
- pdfnative-cli on GitHub
- v0.2.0 release notes
- MCP guide · MCP playground