Import images, styles and fonts
Open Document Templating System for PHP
Brought to you by:
cyruss666,
doctorrock
I'm trying out odtPHP and I needed a few features, so I've coded the corresponding functions :
- direct images import: I needed to import images directly in the output file (the ODT XML code is generated on the side).
- styles import: when I'm adding ODT XML code, I need to import styles in the <automatic-styles> section.
- font import: for the same reason I sometimes need to register a font name (for monotype text for example).
Those functions are available in the attached patch to version 0.9. Please make sure I did not break the windows line endings, since I'm developing from Linux.
Patch with the new functions