Questions tagged [odt]

.ODT, the word processing file format of OpenDocument, an open standard for electronic documents

217 questions
-1
votes
1 answer

OpenOffice odt document, regex, and arrays

I am trying to work with a ~300 page odt document. I know how to load documents in python, and least in a basic way. That didn't work for odt (it isn't a txt file). I researched this and installed the odfpy library, although it doesn't seem…
-1
votes
1 answer

Read .odt file from url in python

How to read an .odt file from an url? I am not able to achieve that at the moment. I tried this code from ODTReader.odtreader import odtToText url="https://abc.s3.ap-south-1.amazonaws.com/sample1.odt" docs =…
user14956888
-1
votes
2 answers

how to update metadata of file with tika

I want to know if it's possible to update metadata of openoffice file in java with the lib Apache Tika. If it's not possible, is there any other lib or api witch can let me do it ?
supp
  • 39
  • 2
  • 6
-1
votes
1 answer

Replace text in OpenOffice text document by an image using java

I have a template in .odt extension and want to populate data in the same by replacing patterned text and save it into pdf or doc. Have no issue in replacing text by the text and saving into doc/pdf but having trouble to replace text by an image.…
DeepGeek
  • 3
  • 2
-1
votes
1 answer

How to generate group ODT document with TBS plugin/php?

I have tbs_plug in for generate ODT document in PHP website. It can generate single document as per requirement but i need Multiple document in single ODT file. I am using different template for each document.
Digant
  • 13
  • 1
  • 3
-2
votes
1 answer

I would like to edit an odt document using python. Just a simple swap of keywords. Is this possible?

1)I would like to swap certain keywords in an odf document programmatically. For example, the sample lease has TENANT_NAME, and my program would insert the actual name of the tenant. I have tried a code snippet from this website that works on…
-2
votes
1 answer

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, but I'm certainly not an expert. >>> import…
1 2 3
14
15