|
NAMEHTML::HTMLDoc::PDF - Resulting Document generated by HTML::HTMLDocSYNOPSISprint $pdf->to_string(); $pdf->to_file('/tmp/foo.pdf'); DESCRIPTIONThis Module is the result of a HTML::HTMLDoc PDF-generation.METHODSto_string()Method returns the content of the pdf as string. One can use it to send it directly to the browser in a web-environment.to_file($path)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.EXPORTNone by default.AUTHORMichael Frankl - mfrankl@seibert-media.deSEE ALSOperl.HTML::HTMLDoc.
Visit the GSP FreeBSD Man Page Interface. |