python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to save base64 images in ODT opendocument/ODT files?
I am trying to create an ODT file from xml. I have been trying to add an image using <office:binary-data>, it is a base64 image.
After trying to do as it is told in documentation, the image is n...
Gabriel Dantas
Votes: 0
Answers: 1
Is there an equivalent to odt2txt to generate a readable git diff for fodt-format LibreOffice files?
I have LibreOffice Writer files under git control. I've previously used .odt format and used odt2txt to get readable diffs, by including
[diff "odt"]
textconv = odt2txt
in my git config...

codingatty
Votes: 0
Answers: 2
Search and replace text ODFDO
I'm trying to searching and replacing some text with odfdo in python. But I can't figure out how to do it.
I'm trided with this code bellow, and it give some text.
doc = Document("test_01.odt&quo...
someone
Votes: 0
Answers: 1
How do I resolve this error in saving a new odt after a regex?
I've been trying to find good documentation to solve this ... but from what I can see from what little documentation, this code should have worked ... I'm rather curious as to why this isn't working, ...
Iain Curtis-Shanley
Votes: 0
Answers: 1