Help Center/Formats

Convert PowerPoint to PDF locally

Convert a PPTX deck in-process, then render selected pages when a user needs to inspect the layout.

Convert and preview

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

Rendering is a separate operation. It gives the agent a real image path to report, without pretending that a preview exists.

Fonts matter

PowerPoint 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 PowerPoint to PDF product page →