chrismcmc
Results
2
comments of
chrismcmc
Is there a workaround other than using _spTree.remove and _spTree.insert? It creates corrupted pptx files which generate an alert when opening in MS Powerpoint. Thanks
thanks @scanny! I used the following to move a picture I added using add_picture to the background: ``` cursor_sp = shapes[0]._element cursor_sp.addprevious(pic._element) ``` MS Powerpoint opens the file without complaining