1


First of all very nice tool!! congrats!


i would like to know if there is any way to add an annotation, attach a file to the pdf with html2pdf?


thanks

regards

Tamas

2

you can put a link to a file on your server, with a A tag
Ancien pseudo : lolo

3

thanks.

actually i fount the answer..

$html2pdf->pdf->Annotation();

it was too obvious not to see.

thank you.


4

method Annotation [line 3638]
void Annotation( float $x, float $y, float $w, float $h, string $text, [array $opt = array('Subtype'=>'Text')], [int $spaces = 0])

Puts a markup annotation on a rectangular area of the page.

!!!!THE ANNOTATION SUPPORT IS NOT YET FULLY IMPLEMENTED !!!!


why do you want to use thie method instead of using a DIV tag ?
Ancien pseudo : lolo