Image shape

  • Select the shape by name you want to modify. See here to find shape names.

  • Insert path of new image to filename property. This can be:

    1. a downloadable URL link as a string

    2. or a file attachment

  • New image will inherit the size and positioning of the existing image placeholder.

Reference: picture

Download: input.zip | output.pptx


{
  "presentation": {
    "template": "template.pptx",
    "slides": [
      {
        "slide_index": 0,
        "shapes": [
          {
            "name": "Picture 1",
            "filename": "shirt.png"
          },
          {
            "name": "Picture 2",
            "filename": "jacket.png"
          },
          {
            "name": "Picture 3",
            "filename": "short.png"
          }
        ]
      }
    ]
  }
}

Last updated

Was this helpful?