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


HTML-HTMLDoc documentation  | view source Contained in the HTML-HTMLDoc distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  print $pdf->to_string();

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




DESCRIPTION

Top

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

METHODS

Top

to_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.

EXPORT

None by default.

AUTHOR

Top

Michael Frankl - mfrankl@seibert-media.de

SEE ALSO

Top

perl.

HTML::HTMLDoc.


HTML-HTMLDoc documentation  | view source Contained in the HTML-HTMLDoc distribution.