OOoPy V_1_2_4576 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News OOoPy V_1_2_4576 (Default branch)
# 1  
Old 04-07-2008
OOoPy V_1_2_4576 (Default branch)

OOoPy is a Python library for modifying OpenOffice.org documents. It provides a set of transformations on the OOo XML format using the ElementTree XML Library. Transformations included are a mail merge application and the concatenation of documents with formatting intact. The framework supports easy creation of new transformations. License: GNU Lesser General Public License (LGPL) Changes:
This release adds the ooo_fieldreplace, ooo_cat, and ooo_mailmerge command line utilities. It fixes ooo_as_text to allow specification of an output file. Note that handling of non-seekable input/output (pipes) for command line utilities will only work starting with Python 2.5. There are minor bugfixes when concatenating documents.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
OOo2Dbk(1)						      General Commands Manual							OOo2Dbk(1)

NAME
OOo2Dbk - program to convert OpenOffice.org-Writer (ODT and SXW) files to DocBook XML documents. SYNOPSIS
OOo2Dbk [options] openoffice.org-file DESCRIPTION
This manual page documents briefly the OOo2Dbk commands. OPTIONS
This version of OOo2Dbk understands the following command line options. -h, --help Show summary of options. -cFILE, --config=FILE Use FILE as the file path for the program configuration file. Defaults to the global /etc/ooo2dbk.xml configuration file or to the ooo2dbk.xml configuration file in the ooo2dbk executable directory. -zFILE, --zipfile=FILE Use FILE as the filename for the generated ZIP archive -dFILE, --dbkfile=FILE Use FILE as the filename for the generated DocBook XML file. This option has no effect if the -z/--zipfile option is used. -a, --article Produce a DocBook XML article. This is the default. -b, --book Produce a DocBook XML book. -xFILE, --xslt=FILE Use FILE as the file path for the XSLT stylesheet. Defaults to the ooo2dbk.xsl stylesheet. -mNAME, --cmdxslt=NAME Use command NAME as the XSLT processor. Available command names are defined in OOo2Dbk /etc/ooo2dbk.xml file. Defaults to xsltproc. -f, --flatxml Preserve the intermediate OpenOffice.org XML file (global.xml) -v, --verbose Print additional information to stdout when running conversion. AUTHOR
OOo2Dbk was written by Indesko (http://www.indesko.com/) This manual page was written by Mohammed Adnene Trojette <adn+deb@diwi.org>, for the Debian project (but may be used by others). January 7, 2005 OOo2Dbk(1)