pdfnative-cli command builder
Pick a command, fill the form, copy the resulting npx pdfnative-cli invocation. Covers the full CLI surface: render (with --watch / --template / --font), sign (RSA + ECDSA-SHA256, auto signature placeholder), inspect, and verify (real CMS verification + RFC 3161 detection). 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 (v1.1.0): full CMS/PKCS#7 verification (RSA + ECDSA-SHA256), byte-range integrity (SHA-256), certificate chain, trust evaluation against --trust roots, RFC 3161 timestamp validation (PAdES-T), and OCSP/CRL revocation checking via --revocation / --revocation-policy. 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 command reference, security model, recipes
- pdfnative-cli on GitHub
- pdfnative-cli release notes
- MCP guide · MCP playground