This page is still a beta!

1.7. Changelog

  1. Initial Version

  2. 0.1.0: some small changes, “fix” for bulleted lists

  3. 1.0.0: small fixes, documentation fixes

  4. 1.1.0: nicer handling of the links

  5. 1.2.0: Support for transmitting POST parameters as GET parameters. This is usefull if you want to generate some pagecontents, for example results of searches

  6. 1.3.0: Fixed bug when simulateStaticPdf was set and no alias was defined for the page.

  7. 1.4.0: Fixed handling of Array parameters. Needed for many FE extensions.

  8. 2.0.0: Ability to control a lot of htmldocs functionality like headers, footers etc. on a template-basis via the Constant Editor.Now you can also remove specific content from the html file prior it is passed to htmldoc. Pages that contain a FE-user Comment will not be cached, so that the FE-username can be updated in the pdf.

  9. 2.1.0: New makePdfLink parameters. Much better errorhandling.

  10. 2.2.0: added handling of USER_INT objects. Several small bugfixes. Fully Support typo3 3.6.x, added the no_blur parameter.

  11. 2.3.0: the link to the PDF is now generated as a non-cached USER_INT object by default, fix for multidimensional parameters

  12. 2.4.0: possibility to turn of additional gzip compression for the generated PDFs

  13. 2.5.0: fixed the no_link option

  1. 2.5.1: added parameter no_popen

  2. 3.0.0: Now uses callback hooks instead of class overrides when used with typo3 3.7 and above – please mail me if you run into any problems

  3. 3.0.2: exchanged & with & in the generated link for xhtml compliancy

  4. 3.1.0: remove <script>...</script> tags from the html (since they can confuse htmldoc). Unlimited string and regexp replaces are possiblefixed problems with xhtml's <html ...params..:> tagadded AtagParams and added noBlurfixed problems with typo3 4.0support dynamic logoimageimproved debugging mechanisms

  5. 3.2.0: fix path to images when no_popen is used

  6. 3.3.0 fix CDATA sections. Fix parameters of user functions (for typo3 3.8). Support for templavoila by using the extension tv_pdfgen