word

Resource + verb. Convert DOCX to PDF, inspect structure, fill templates, then inspect the file Jetformat wrote.

word to-pdf

CLI
jetformat word to-pdf contract.docx -o contract.pdf
jetformat pdf info contract.pdf

convert contract.docx is the same engine when you want the CLI to pick the resource from the extension. Use pdf info for a page count. Report the path Jetformat wrote.

Supported inputs

  • .docx documents are supported.
  • Fonts used by the document should be available on the machine.
  • Legacy .doc and macro-enabled .docm files are outside the supported set.

Common request

Ask an agent: “Convert contract.docx to PDF and tell me the page count.” It should run word to-pdf, then pdf info.

See the word command surface →

Next