 |
| File |
Role |
Description |
graph.gif |
Screen |
how it works |
|
Innovation Award
 October 2005
Number 5 |
OpenOffice is a free software office suite that is becoming increasingly popular.
The fact that it uses XML based formats to save its documents opened a world a new possible applications that can easily parse and process OpenOffice documents.
This class takes advantage of that fact to provide a straightforward solution for generating OpenOffice document templates.
The templates can be created directly with OpenOffice, like a normal document, but the class does not require OpenOffice to be installed in order to process the templates and generate the output documents.
Manuel Lemos |
This class can be used to generate OpenOffice by using templates and a template engine to replace the template placeholders by parameter values.
The class extends the template engine class TinyButStrong.
The class allows the creation of OpenOffice documents dynamically, providing the separation between the document formatting logic and content.
In practice, you create a template using OpenOffice with the TinyButStrong tags. Then you create a PHP script that calls the class to merges the document template with dynamically defined data to generate the output OpenOffice document.
Features:
- It works on Linux, Windows and other platforms.
- It works with OpenOffice 1.x documents and the new format used in OpenOffice 2 (OpenDocument 1.0, OASIS standard).
- It does not need an installation of OpenOffice on the server.
- It uses the TinyButStrong native syntax and methods. It can merge 'var' and 'blocks' using the TinyButStrong syntax like (var, block, if, then, frm, ...). The merge results respects the layout, justification and styles used in the template.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (95.0%) |
Good (90.0%) |
Good (85.0%) |
- |
- |
- |
Sufficient (65.0%) |
376 |
| Month: |
Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.