Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: State of the art of PDFs in Perl

by moritz (Cardinal)
on Oct 27, 2012 at 18:49 UTC ( [id://1001220]=note: print w/replies, xml ) Need Help??


in reply to State of the art of PDFs in Perl

For creating PDF files from scratch, I usually go the route of generating LaTeX files first (Template::Plugin::Latex can be helpful for that), and then run them through pdflatex.

This is mostly because I don't want to spend too much time on layout questions, and most (all?) of the PDF manipulation CPAN modules force me to do that.

When the files dominated by graphics (and not text), sometimes it's easier to generate SVG first. Since SVG is an XML format, tooling support is quite good. Then inkscape (good quality, but slow to start up) or svg2pdf (using cairo as a backend; much faster, usually good enough) can be used to turn the SVG file into PDF.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1001220]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (3)
As of 2024-04-25 12:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found