Skip to content

Is there support for modifying the address of a linked image? #1053

@ThomasRuf

Description

@ThomasRuf

I need to change from time to time the address of linked images in my powerpoint presentation. I can read the address by finding the shape which containes a linked picture and ...
rels = str(shape.part.rels.xml, 'utf-8')
link = rels.split('image" Target="')[1].split('" TargetMode="External"')[0]
print(link)

but I can't modify the xml code.

Thanks for any advice, Thomas

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions