PDF

PDF tools

Info, merge, contiguous extract, and page render. Extract only accepts a continuous page range.

The agent runs this

GPT Skills and DeepSeek Harness spawn the local CLI. The file stays on disk.

CLI
jetformat pdf info report.pdf --json
jetformat pdf merge a.pdf b.pdf -o book.pdf
jetformat pdf extract book.pdf --pages 2-5 -o chapter.pdf
jetformat pdf render book.pdf --pages 1,last --width 1600

Ask: Merge these two PDFs and render the first and last pages.

Works

  • pdf info --json
  • merge in file order
  • extract 2-5
  • render selected pages

Does not

  • extract is contiguous only
  • No OCR
  • No password-protected PDFs

Give the agent a real converter.

Install the CLI, then the GPT Skill or DeepSeek Harness plugin. The model runs jetformat. The PDF lands on disk.