Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Finding the right PDF module

by Anonymous Monk
on Aug 16, 2011 at 16:19 UTC ( [id://920516]=note: print w/replies, xml ) Need Help??


in reply to Finding the right PDF module

+1 on using PDF::API2 modules. While the documentation is not very good, plenty of help available via Google. The api does pretty solid work for its usage.

Replies are listed 'Best First'.
Re^2: Finding the right PDF module
by ksublondie (Friar) on Aug 16, 2011 at 20:40 UTC
    Wow, I can't believe I missed that one! So far, it seems promising, but you're right, the documentation is lacking. Thanks!

      There's a number of example scripts you may also find helpful. They come bundled with the distributions but you can also read them online (linked from their MANIFEST files): PDF::API2 examples/* and PDF::API2::Simple examples/*. If you dig around in the MANIFESTs, you may find useful snippets in other directories such as t/* and contrib/*.

      -- Ken

        Until you find the module, if you have a ps and want to convert it to a pdf you can simply cheat and use something like this in your script

        system("ps2pdf $ps_input_file -o $pdf_output_file");

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-25 10:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found