Odfpy is famous Python library to make OpenDocument Format.
But,How to use odfpy?
odfpy official manual is only api-for-odfpy.odt and example prog...
For further actions, you may consider blocking this person and/or reporting abuse
Tahnks, Yusuke.
But I still didn't manage to get I want.
I am new to Python and I'm working with odt files, from libreoffice.
I would like to add an specific image to a specific position in my document.
By the way, I'm using the teletype method, from: balasankarc.in/tech/using-python-a....
I tried to paste some command lines in your guide and despite the programm runs ok, the archive doesn't add the image I want.
Thank you reading, sammarrques.
Your blog read a little.
It's a point that I concerned.
Writer and Draw is a little different.
When put picture on Writer Document,we need to think about Wrap text around a picture.
I read your blog a little more.
I add Picture use LibreOffice Writer.
I read this documents's context.xml.
It's under code.
it add text.p in frame.
it add draw image in frame.
Add image to odt #45
He is mistake.
He should add frame in text.P .
Test code?
Not yet.
Test Code.
Work Fine!
It is Point that add picture frame in paragraph element.
Test Code.
Add element in Frame.
Add element in Image.