General
OpenOffice Menu for firefox provides quick access to the vast OOo site
A great start page to code snippets
UNO
PyUNO
PyUNO bridge documentation
FilterData
Passing FilterData to conversion functions of openoffice requires a bit tricky way.
Bug report in Ubuntu forum with some code related to ooexport python script
filterOptions = uno.Any("[]com.sun.star.beans.PropertyValue", (
PropertyValue( "ExportFormFields", 0, False, 0),
),)Filter Options in OOo official documentation. See also exporting paragraph.
The Media Descriptor data structure defines most parameters for import / export
A great starting page in OOo forum with links to all possible issues related to conversion
Source Code shows most options. Also look here
Example in OOo Basic to generate PDF