eea / odfpy

API for OpenDocument in Python
GNU General Public License v2.0
311 stars 64 forks source link

Can you move slides between presentations ? #58

Open jmaris opened 7 years ago

jmaris commented 7 years ago

I tried: prs2.slides[3]=prs.slides[0] but it wouldn't allow me to append things to the object