OpenTBS demo
OpenTBS is a PHP tool that produces any OpenOffice and Ms Office documents with the technic of template
Presentation
OpenTBS can merge any OpenDocument and Open XML files. It autommatically reconize extensions: odt, ods, odg, odf, odm, odp, ott, ots, otg, otp, docx, xlsx, xlsm, pptx.
In fact it can merge any XML or Text file saved in a zip container (which is the case for both OpenDocuments and OpenXML documents).
In addition to the usual merging operations, many other oprerations can be done on documents, such as: feed a table, delete or display paragraphs, change pictures, delete sheets, change data in graphs, ... and much more.
Characteristics
- No temporary files needed.
- Creates a new document directly as a download, a physical file, or a binary PHP string.
- Works with both PHP 4 and PHP 5.
- No PHP extension required (but easier to use if ZLib is enabled)
Demo
- See the selected template
- See the source code of the PHP script
More
- OpenTBS help file : tbs_plugin_opentbs.html
- Discover the TinyButStrong template engine for PHP
- Go to OpenTBS download page