Skip to content

ppt picture

zmworm edited this page Apr 29, 2026 · 51 revisions

PowerPoint: Picture

Images on slides.

Path: /slide[N]/picture[M]

Operations

  • get - Returned attributes and output format

  • add - Insert images with position and alt text

  • set - Modify position, size, cropping, replace image

get

officecli get slides.pptx /slide[1]/picture[1]

query

# All pictures
officecli query slides.pptx "picture"

# Pictures without alt text
officecli query slides.pptx "picture:no-alt"

remove

officecli remove slides.pptx /slide[1]/picture[1]

Based on OfficeCLI v1.0.64

Clone this wiki locally