Help Center/PDF tools

Merge, extract, and render PDFs

Jetformat keeps PDF operations explicit: inspect a file, merge in order, extract a continuous range, or render selected pages.

Inspect a PDF

CLI
jetformat pdf info report.pdf --json

Merge or extract

CLI
jetformat pdf merge cover.pdf body.pdf -o book.pdf
jetformat pdf extract book.pdf --pages 2-5 -o chapter.pdf

Merge keeps input file order. Extract accepts one contiguous range such as 2-5, 1-last, or all. For separate pages, render them together or extract them in separate commands.

Render a preview

CLI
jetformat pdf render book.pdf --pages 1,3-5,last --format jpg --width 1600 -o preview

PDF tools do not perform OCR and do not convert a PDF back into Office formats.

See all PDF tool commands →