Skip to content

ppt presentation set

zmworm edited this page Mar 21, 2026 · 52 revisions

PowerPoint: Presentation - Set

Modify presentation-level properties such as slide dimensions and aspect ratio.

Path: /

Properties

Property Description Example
slideWidth Slide width (EMU or units) 10, 24cm
slideHeight Slide height (EMU or units) 7.5, 13.5cm
slideSize Preset aspect ratio 16:9, 4:3, 16:10, a4

Examples

# Set slide size to 16:9
officecli set slides.pptx / --prop slideSize=16:9

# Set custom dimensions
officecli set slides.pptx / --prop slideWidth=24cm --prop slideHeight=13.5cm

# Set A4 paper size
officecli set slides.pptx / --prop slideSize=a4

# Set standard 4:3 ratio
officecli set slides.pptx / --prop slideSize=4:3

Based on OfficeCLI v1.0.11

Clone this wiki locally