PDF to Word

PDF to Word

Give the agent a .pdf path. Jetformat writes an editable DOCX. Scanned pages without a text layer are out of scope.

The agent runs this

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

CLI
jetformat pdf-to-docx report.pdf -o report.docx

Ask: Convert report.pdf to Word and tell me the output path.

Works

  • PDF text layer to .docx
  • Paragraphs, anchored images, simple tables
  • Local CLI, no upload

Does not

  • No OCR or scanned pages
  • No PDF → Excel or PowerPoint
  • Complex layouts are not pixel-perfect

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.