
HTML::HTMLDoc::PDF - Resulting Document generated by HTML::HTMLDoc

print $pdf->to_string();
$pdf->to_file('/tmp/foo.pdf');

This Module is the result of a HTML::HTMLDoc PDF-generation.

Method returns the content of the pdf as string. One can use it to send it directly to the browser in a web-environment.
Write the PDF-content directly to a file specified by $path. Returns FALSE if errors occured opening or writing to the file, TRUE on success.
None by default.

Michael Frankl - mfrankl@seibert-media.de

perl.