CrunchCube
CrunchCube
Hi, I'm doing some additional development work on my PPT automation using custom properties and this issue about reading tags (custom properties) in python-pptx came up again. Is it possible...
Hi where do I need to look for the required xml? I can see a folder called tags in the zip file which seems to have a number of xml...
Been digging around the XML and Objects. A custom tag added through the vba code are added as: _ _ in the /ppt/slides/slideX.xml Looking at PPTX using Open XML SDK...
I've generated a list of the available tag file for a slide [r.target_partname for r in slide.part.rels if r.reltype == 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/tags' and r.is_external==False] This generates a list for example ['/ppt/tags/tag1.xml',...