ppt

Resource + verb. Convert a PPTX deck, then render selected pages when a user needs to inspect the layout.

ppt to-pdf

CLI
jetformat ppt to-pdf board-deck.pptx -o board-deck.pdf
jetformat pdf render board-deck.pdf --pages 1 --width 1600 -o preview

Rendering is a separate pdf render operation. It gives the agent a real image path to report.

Fonts matter

Slide layout depends on fonts. If the source uses a custom font, make it available on the machine and pass its directory with --font-dir.

Supported inputs

Jetformat supports .pptx. Legacy .ppt and macro-enabled .pptm files are not supported.

See the ppt command surface →

Next