minor bug fix
[openemr.git] / library / html2pdf / README_OpenEMR.txt
blobbc304aebb89457ff48e2f765bf7c1e89744bfa86
1 This html2pdf directory was created by:
3 1. Downloading HTML2PDF 3.31 from:
4    https://sourceforge.net/projects/html2fpdf/
5    and installing it as the library/html2pdf directory.
7 2. Downloading FPDI 1.4.2 and FPDF_TPL 1.2 from:
8    http://www.setasign.de/products/pdf-php-solutions/fpdi/downloads/
9    and installing them into the library/html2pdf/fpdi directory.
11 3. Removing the examples directory from the html2pdf directory.
13 4. Modifying library/html2pdf/fpdi/fpdf_tpl.php so that
14    FPDF_TPL extends MyPDF instead of FPDF.  Note that FPDI extends
15    FPDF_TPL.
17 5. Modifying library/html2pdf/html2pdf.class.php to create its member
18    pdf object as an instance of FPDI instead of MyPDF.
20 At this point the HTML2PDF class now includes the FPDI features.