Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: convert text file to pdf with PDF::Create

by ramrod (Curate)
on Apr 06, 2009 at 17:09 UTC ( [id://755796]=note: print w/replies, xml ) Need Help??


in reply to convert text file to pdf with PDF::Create

Have you tried using the module yet?
The example in the documentation at PDF::Create is:
my $f1 = $pdf->font('Subtype' => 'Type1', 'Encoding' => 'WinAnsiEncoding', 'BaseFont' => 'Helvetica'); $page->string($f1, 20, 306, 396, "some text");
I would start by reading in your text document, and putting what you read in the "some text" area.
Post your results - I'm just as interested in how this turns out as you are.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2024-04-16 13:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found