Some data about Open Office.
Table of Contents
General¶
- OpenOffice Menu for firefox provides quick access to the vast OOo site
- A great start page (broken link : http://kosh.datateamsys.com/~danny/OOo/OOoForumAnswers-2005-03-19-01.txt) to code snippets
UNO¶
PyUNO¶
- PyUNO¶ bridge documentation
FilterData¶
Passing FilterData to conversion functions of openoffice requires a bit tricky way.
filterOptions = uno.Any("[]com.sun.star.beans.PropertyValue", (
PropertyValue( "ExportFormFields", 0, False, 0),
),)
Related Articles¶