info, merge, extract, split
CLI
jetformat pdf info report.pdf --json
jetformat pdf merge cover.pdf body.pdf -o book.pdf --force
jetformat pdf extract book.pdf --pages 2-5 -o chapter.pdf --force
jetformat pdf split book.pdf -o book-parts --forceMerge keeps input file order. Extract accepts one contiguous range such as 2-5, 1-last, or all. Split writes one file per page.
fill and encrypt
CLI
jetformat pdf fields form.pdf
jetformat pdf fill form.pdf --json fields.json -o filled.pdf --force
jetformat pdf encrypt book.pdf --user secret -o locked.pdf --force
jetformat pdf redact book.pdf --term "secret" -o redacted.pdf --forcerender
CLI
jetformat pdf render book.pdf --pages 1,3-5,last --format jpg --width 1600 -o previewNo OCR. Password-protected files need pdf decrypt first.
to-docx
CLI
jetformat pdf to-docx report.pdf -o report.docx --forceRebuilds paragraphs, anchored images, and simple tables from a text layer. Not OCR. Not PDF to Excel or PPT.