SOLVED: I had unzipped the distribution on the local client system. THen used ftp to transfer fiies to web server. I somehow neglected to transfer the locale directory
++++++++++++++++++++++++
I really did look to see if there is an answer to getting started but was discouraged by the mostly French entries.
I have been able to get the test script started with html2pdf in the root of my web server but only by removing
dirname(__FILE__).
from the
require_once('/html2pdf/html2pdf.class.php');
I added
echo statements to HTML2PDF and found that the next problem is load locale which also contains dirname(__FILE__)
Is there something I need to do to config ?
in addition please add
<?php and ?> to the test as people like me that don't know php cannot even get started.
Finally where does php write error messages to?
see
http://real-world-systems.com/html2pdf/test3.php
http://real-world-systems.com/phpinfo.php
copy of my source at
http://real-world-systems.com/html2pdf/test3.txt
Thank you