teryhill wrote on Saturday, November 08, 2014:
I have looked thru html2pdf’s forum and it is of no help. The painmap program general_new.html has some java script for positioning the markings on the Image.
I have gotten the Image to print.
My question to the html2pdf guru is have you set up the tags for . I added
function o_BUTTON($param) { return $this->o_SPAN($param, 'button');}
function o_SCRIPT($param) { return $this->o_SPAN($param, 'script');}
along with the close but there needs to be some code to redisplay the annotations on the image before it becomes a PDF.
Terry