Inspect a PDF
CLI
jetformat pdf info report.pdf --jsonMerge or extract
CLI
jetformat pdf merge cover.pdf body.pdf -o book.pdf
jetformat pdf extract book.pdf --pages 2-5 -o chapter.pdfMerge 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 previewPDF tools do not perform OCR and do not convert a PDF back into Office formats.