T0ha / ezodf

ezodf is a Python package to create new or open existing OpenDocument (ODF) files to extract, add, modify or delete document data, forked from dead project https://bitbucket.org/mozman/ezodf
Other
61 stars 23 forks source link

Insert images to ods files #5

Closed mnacharov closed 7 years ago

mnacharov commented 9 years ago

Hi T0ha!

We would like to add images to ods files using your library.

mnacharov commented 9 years ago

Can you guide me how I can implement this feature myself? Or how can I help you with it?

T0ha commented 9 years ago

Hi mnach, I had this issue, but it was solved by adding linked images to template, and then change them. If you want to add it yourself, look into Spec and add registered classes for corresponding tags. I'll do it later as soon as I have time.