You can use:
-
PDF - a library for PDF access and manipulation in Perl
-
PDF::Template - Perl extension for separation of data and PDF document layout
-
HTML::HTMLDoc - Perl interface to the
htmldoc -
power tool for producing PDF-Files from HTML-Content
- PDF::Create - create PDF files
-
PDF::Reuse - Perl extention for reusing and mass producing PDF documents
I think that it's enough. I use
htmldoc directly for producing print view of my documents which created as HTML pages. It's very useful, power and easy using tool. But it has some disadvantages, of course. If you call this programm like this:
open (HTMLDOC, "|htmldoc -f PDF --webpage") or die $!;
...
close HTMLDOC or die $!;
and if there is a some error or warning (too much large table, for example), pipe is closed immediate and return no error code or message. It's a bug of programm and I spent a lot of time for finding this problem. And the latest version does not currently support stylesheets.
--------------------------------
SV* sv_bless(SV* sv, HV* stash);
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.