Fixed scrolling report headers, take 1.
[openemr.git] / library / html2pdf / README_OpenEMR.txt
blobea8c936d2bc72a1fea45e236f4cc1ad29f975669
1 This html2pdf library was updated by:
3 1. Removing all old files
5 2. Downloading HTML2PDF 4.5.0 from:
6    https://github.com/spipu/html2pdf/releases (composer package)
8 3. Running composer command "composer install"
10 4. Requiring "setasign/fpdi": "1.6.*" for latest FPDI package
12 5. Removing the examples directory from the html2pdf directory.
14 6. Modifying library/html2pdf/_class/myPdf.class.php so that HTML2PDF_myPdf extends FPDI instead of TCPDF.
15    Note that FPDI extends TCPDF.
17 7. Modifying interface/patient_file/report/custom_report.php line # 52 to require html2pdf/vendor/autoload.php rather html2pdf.class.php
19 8. Passing two new parameters "unicode and encoding" to HTML2PDF constructor in interface/patient_file/report/custom_report.php on line 57 and 58 respectively
21 9. Modifying library/html2pdf/vendor/setasign/fpdi/fpdi_bridge.php class removing second parameter "false" of "class_exists" method because TCPDF is autoloading
23 10. Removed examples directory from the TCPDF package.
25 At this point the HTML2PDF(version 4.5.0) with TCPDF(version 6.2.12) and FPDI(version 1.6.1) is installed and working.