Word

Word to PDF

Give the agent a .docx path. Jetformat writes a PDF on disk. Legacy .doc files are not supported.

The agent runs this

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

CLI
jetformat convert contract.docx -o contract.pdf

Ask: Convert contract.docx to PDF and tell me the page count.

Works

  • .docx only
  • Local CLI, no upload
  • Page count via pdf info after convert

Does not

  • No .doc or .docm
  • No PDF → Word
  • Complex Word layout still depends on fonts on the machine

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.