Filter extensions
From Apache OpenOffice Wiki
Revision as of 19:08, 26 September 2008 by Mba (talk | contribs) (New page: {{Extensions}} Category:Extensions __TOC__ = OOo Filter Extensions: Basic Principles = Any document filter (either import or export of both in one component) can be provided as an ex...)
| OOo Extensions project
Please view the wiki usage guidelines
|
|---|
|
Categories: Pages: |
| Extensions on the main site |
|
Extensions in other languages: |
OOo Filter Extensions: Basic Principles
Any document filter (either import or export of both in one component) can be provided as an extension. This extension will contain the filter either as a UNO component (shared library, jar file, Python module) or an xslt file. To make the filter known to OOo as usual a configuration file must be provided that bounds the filter component or xslt file to a particular file type. The configuration format is described in the Developer's Guide.