INSTALL.txt 986 B

123456789101112131415161718
  1. dompdf support:
  2. The dompdf tool produces results that are more faithful to the HTML
  3. printer-friendly page. Good support of CSS 2.1 and partially CSS3.
  4. 1. Download dompdf from http://code.google.com/p/dompdf/downloads/list
  5. 2. Extract the contents of the downloaded package into one of the
  6. supported paths.
  7. 3. Check if dompdf_config.inc.php fits your installation. In 99% of cases,
  8. no changes are necessary, so just try to use it and only edit anything if
  9. the PDF generation fails.
  10. 4. Grant write access to the lib/fonts directory to your webserver user.
  11. 5. If you're using dompdf-0.5.1, delete the dompdf.php file as it contains
  12. a security vulnerability
  13. 6. If you're using dompdf-0.6 or later, you can try to enable the Unicode
  14. support, but you'll need to add some Unicode fonts. See
  15. http://groups.google.com/group/dompdf/browse_thread/thread/9f7bc0162b04d5cf
  16. for further info on this.
  17. 7. Check http://code.google.com/p/dompdf/ for further information.