Skip to content

ppt presentation set

zmworm edited this page Mar 27, 2026 · 52 revisions

PowerPoint: Presentation - Set

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

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, a3, letter, b4, b5, 35mm, overhead, banner, ledger, widescreen
title Document title "Q4 Presentation"
author / creator Author name "John Doe"
subject Subject "Quarterly Review"
description Description "..."
category Category "Finance"
keywords Keywords "Q4, revenue"
lastmodifiedby Last modified by "Jane"
revision Revision number "2"

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

# Set document properties
officecli set slides.pptx / --prop author="John Doe" --prop title="Q4 Review"

Based on OfficeCLI v1.0.24

Clone this wiki locally