The odt tag has no wiki summary.
28
votes
12answers
3k views
PHP PDF template library with PDF output?
Is there any PHP PDF library that can replace placeholder variables in an existing PDF, ODT or DOCX document, and generate a PDF file as the end result, without screwing up the layout?
Requirements: ...
3
votes
1answer
249 views
How to Search and Replace in odt Open Office document?
In my Delphi application I am currently do Search&Replace programmatically for doc and docx word documents using office ole automation. Does anyone has the code to do the same (for doc, docs, odt) ...
3
votes
1answer
289 views
Is there a simple way to write an ODT using Python?
My point is that using either pod (from appy framework, which is a pain to use for me) or the OpenOffice UNO bridge that seems soon to be deprecated, and that requires OOo.org to run while launching ...
2
votes
0answers
43 views
How to treat uncompressed folder as compressed file?
We all know about tools, 3rd-party or built in to the OS, for treating compressed files as folders. But does anyone know how to do the reverse: trick the OS into thinking that a standard folder ...
2
votes
3answers
336 views
Converting HTML to odt, doc, docx
Is there an easy way to convert HTML(with CSS styles and embedded images) to ODT, DOCX, DOC from the command line on linux server. I searched a lot but have not found a good option.
There was a ...
2
votes
1answer
285 views
odfWeave and MS Word
I use odfWeave for purposes of reproducible research. I've discovered it generally works well on MS Office 2007 using .odt files generated in Word, but \Sexpr{} commands almost always fail. I ...
1
vote
0answers
37 views
Create OpenOffice ODT document RUBY
I am looking for a Ruby Gem that will allow me to create openoffice odt documents from scratch. There is also a requirement to include images in said documents. Has anyone come across a gem offering ...
1
vote
1answer
109 views
Use odt2txt for Diff on Gitweb
I followed the instructions here and I cannot get them to work. I am using Git and Gitweb 1.7.5 on shared hosting, custom compiled and deployed using GNU Stow but basically following this howto on ...
1
vote
0answers
119 views
Script/Macro to extract comments from odt to csv/ods
I want to extract comments from a .odt file and create a csv file out of the following extracted fields:
Section number (if present)
Text on which comment was given
Reviewer's name
Comment
I know ...
1
vote
2answers
96 views
Reports in Doc Format in openerp
Is there any library which convert odt format to doc format...Actually i need to print the reports in doc format?
1
vote
3answers
2k views
how to create an odt file programmatically with java?
how can i create an odt (libre(open)office writer) file with java programmatically? a hello world example will be sufficient. i looked at the openoffice website but the documentation wasn't clear.
1
vote
1answer
321 views
openoffice: duplicating rows of a table in writer
I need to programmatically duplicate rows of a Table in openoffice writer.
It's not difficult to add rows via table.Rows.insertByIndex(idx, count), that adds empty rows and it's easy to add text in ...
0
votes
1answer
61 views
how to share odt/doc documents over git
the idea is that i want to share documents over git
i thought about using Text Document (looks like docx,odt in functionality ) that can be edited with any text editor (not binary). where to find ...
0
votes
0answers
12 views
Which text or rich text document types are compressed types?
.txt obviously doesn't but does .doc or .pdf compress themselves?
What about the other formats? as I know, text gives a fine compression ratio.
0
votes
0answers
62 views
Abiword console converting and encoding
I'm trying to convert a HTML-document encoding utf8 to ODT document with the following command:
abiword-t odt 1.html - exp-props = "encoding: utf8"
But the output document have a problem with ...
0
votes
0answers
21 views
xml office file into xml openoffice
I have some Java code which outputs XML Office files.
Those files are then processed to become .doc files (talking about MS Word 2003).
Is there a way (known frameworks, custom code, anything) to ...
0
votes
1answer
59 views
Encoding problems in odtphp segments
I'm writing text from database to ODT document table using odtphp, using this http://www.odtphp.com/index.php?i=tutorials&p=tutorial6 example. In generated ODT some international characters are ...
0
votes
0answers
52 views
display dynamic image in xdocreport generation
I am generating image in pdf file using velocity with xdocreport.But now based on the user selection, that selected image has to be generated in pdf fromat.
Can any one tell me this.
0
votes
0answers
57 views
generate multiple reports in a single pdf using odt in xdocreport
I am printing reports using odt with xdocreport in Java.But now i want to print multiple reports of same document in a single pdf file using xdocreport.
Can any one can tell how to generate multiple ...
0
votes
0answers
86 views
Copy odt file to clipboard and paste to another file with python 3.2
I've been looking everywhere but I haven't found anything. In Python, I have to open a open office ODT file (I'm using the ezodf module), copy all to the clipboard and copy that to another ODT file. ...
0
votes
0answers
53 views
OpenOffice::OODoc Encoding?
From OpenOffice::OODoc:
odfDecodeText($ootext)
Returns the translation of a raw ODF (UTF-8) string in the local character set. While the right translation is automatically done by the regular ...
0
votes
1answer
57 views
Add Section to OpenDocument Text file with ODFpy
I am using Python2.7 and ODFpy to write an OpenDocument Text (ODT) file. Is there a way using the existing ODFpy API to add sections (a la Format->Sections...) to the document? Is there a way to ...
0
votes
1answer
124 views
Convert ODT to single XML file
I know that standards define two versions of ODT file:
- one is a archive os different files, i.e. meta.xml, content.xml etc,
- sencond is one big XML file with all the data.
(I know above from ...
0
votes
1answer
89 views
Is there currently a way to get Emacs muse-mode to output rtf,odt or doc format?
Muse is a special mode in emacs that can be used as a wiki. It has multiple output formats like static HTML pages, LaTeX, PDF etc.
But sometimes I need to output something that less tech-savvy people ...
0
votes
0answers
43 views
What is the purpose of the Configurations2 directory inside of an ODF-Document?
The directory is not mentioned in the OASIS-Specification of ODF. Does anyone know the purpose of this directory?
Its structure is as follows:
accelerator/current.xml
floater
images/Bitmaps
menubar
...
0
votes
0answers
123 views
How to generate OpenOffice code with WYSIWYG online editor
I'm looking for a way to use/implement/set up a WYSIWYG online editor that generates sxw or odt code when saved.
Only basic features are needed, like font size, bold, italic, underline, ordered and ...