odf
Convert ODT to single XML file
I know that standards define two versions of O开发者_运维技巧DT file: - one is a archive of different files, i.e. meta.xml, content.xml etc,[详细]
2023-04-09 15:47 分类:问答Parsing ODF in Python with lxml
I\'m trying to parse the content.xml inside a ODF-file. I\'ve read the file into a string and i\'ve got a tree object with lxml.etree: tree = etree.XML(string)[详细]
2023-04-05 11:15 分类:问答How to add a text caption to an image with OpenOffice::OODoc?
I have the following code that creates an odf-document with a heading and a picture: #!/usr/bin/perl use strict;[详细]
2023-03-14 08:37 分类:问答Is there any handy converter between html odf ooxml and rtf?
Question1 Is there any lib which can convert between OOXML and HTML, I mean OOXML2HTML and HTML2OOXML both.[详细]
2023-03-02 00:52 分类:问答Does ExtJS support decoding of OOXML or ODF files?
I want to develop a web office project just like Google Docs and ExtJS seems good. Can ExtJS read OOXML or ODF nat开发者_Go百科ively? Or is there any open source project which can help ExtJS decode OO[详细]
2023-02-21 00:41 分类:问答Does anyone use AODL in a real application?
We are开发者_开发技巧 currently using the Excel interop API in .NET to generate simple spreadsheet documents from a template. So we load the template first, insert some rows, fill in some data (dates,[详细]
2023-02-02 02:22 分类:问答the line that cause odfWeave-generated odt file to be considered as corrupted
I have tried odfWeave a bit, nice app. But at the very beginning, even I tried exactly as the example provided in the manual, I can\'t generate any file.[详细]
2023-01-26 09:16 分类:问答How to convert ODT to DOC/RTF without openoffice.org
Is there any way to convert odt documents to doc or rtf on linux without openoffice or any library that relies 开发者_如何学Goon having openoffice installed ? OpenOffice.org and its derivatives (Libre[详细]
2023-01-21 03:32 分类:问答Copy a whole ODT (Openoffice Writer) document section to other document with Openoffice Java API (UNO API)
I need to use the OpenOffice Java API to copy a document section and paste it over another document section. So far 开发者_如何学编程I have managed to copy the text of the section of the source docume[详细]
2023-01-12 07:17 分类:问答MS Word/ ODF Automation in Qt
How can I perform automation of MS Word documents (.doc) or ODF documents (.odt) in Qt 4.5? I know using the QAxWidget, QAxObject.[详细]
2023-01-06 12:04 分类:问答