Version 0.31, Aug 14, 2003
- bugfix for german umlaute while parsing the element <outline>
- added a callback function. documentation will be follow ;-)
Version 0.30, Aug 6, 2003
- Now pdfTag works with both available xml parsers for PHP. The domxml extension and the builtin sax parser.
Changing the used parser is made by using the following syntax: $obj->setParser(p); where p can be 'SAX' or 'DOM'. - added some new elements (e.g. <curveto>)
- compatible with PDFlib 4 and PDFlib5.
Thanks to Ronald van den Brink for this hint. - improved handling for <openimagefile> remote files will be fetched
- Now it is possible to use coordinates with measurements. The following measurements are possible: cm, in, mm, pt. Further on calculations are possible, eg. <lineto x="4cm + 2in - 10mm" y="7.4in"/>. Addition, subtraction multiplication and division are the currently implemented arithmetic operations.
- source code is beautified in PEAR-style
- prepared for API-documentation with PHPdoc
Version 0.23, Mar 14, 2003
- seconde sample created, demonstrating use of images and (pdf)templates
- some work at the documentation
Version 0.22, Mar 12, 2003
- elements 'linewidth' and 'line' added
- some little bugfixes
- more documentation
Version 0.21, Mar 2, 2003
- elements 'weblink' and 'locallink' added
- new version of sample1.xml
- added first part of online documentation
Version 0.2, Feb 10, 2003
- Minor bugfixes
- added support for the use of german "Umlaute"
Version 0.19, Feb 3, 2003
- debugging and profiling feature implemented
Version 0.17, Jan 30, 2003
- a couple of common usable attributes are added
Version 0.13, Jan 18, 2003
- Minor bugfixes
- added the tags <template> and <settemplate> for using templates
- usage of images possible
Version 0.1, Jan 3, 2003
First release of pdfTag/PHP with a basic subset of tags.
