# this is the text which will end up within readme.pdf, when processed
# by readme.php.
#
# the syntax being used is fairly obvious:
#
# a line starting with '#' is a comment or a directive
# 1
is a first level heading (text is 'title')
# 2 is a second level heading (text is 'heading')
#
# the table of contents is automatically generated from the titles and headings.
#
# "#NP" starts a new page
# "#C" starts a code section (put this on a line by itself
# "#c" end the code section
# "#X" and "#x" surround a block which will be executed as php code.
#
# can be used within the text with gleeful abandon
#
# a link can be added within the text using label
1
This class is designed to provide a non-module, non-commercial alternative to dynamically creating pdf documents from within PHP. Obviously this will not be quite as quick as the module alternatives, but it is surprisingly fast, this demonstration page is almost a worst case due to the large number of fonts which are displayed. There are a number of features which can be within a Pdf document that it is not at the moment possible to use with this class, but I feel that it is useful enough to be released.
This document describes the possible useful calls to the class, the readme.php file (which will create this pdf) should be sufficient as an introduction.
Note that this document was generated using the demo script 'readme.php' which came with this package.
1
3<0.12.65>
- Fix PHP 8.1 conversion from float deprecation #168
3<0.12.64>
- Compatibility with PHP 8.1 #164
3<0.12.63>
- Fix notice with PHP 7.4 #146
3<0.12.62>
- Fixed repeating background image when using ezColumnsStart
3<0.12.61>
- Fixed issue #139
- Fixed full justification during line breaks using $pdf->ezText()
3<0.12.60>
- Compatibility for php 7.4 using PR #136
- Slighty improved *.afm font loading for compatibility reason
3<0.12.58>
- Recovered $test option in addText() method #128
- Fixed broken PDF 1.3 standard when using callbacks
- Proper calculate full justification on last line
Please refer to https://github.com/rospdf/pdf-php/releases for all previous changes
#NP
1