Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^3: Finding the right PDF module

by kcott (Archbishop)
on Aug 17, 2011 at 05:59 UTC ( [id://920620]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Finding the right PDF module
in thread Finding the right PDF module

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

Replies are listed 'Best First'.
Re^4: Finding the right PDF module
by pvaldes (Chaplain) on Aug 17, 2011 at 19:07 UTC

    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://920620]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (2)
As of 2024-04-19 01:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found