Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Print PDF Problem

by thezip (Vicar)
on Jul 11, 2008 at 21:11 UTC ( [id://697088]=note: print w/replies, xml ) Need Help??


in reply to Print PDF Problem

I've used a header such as this with success:

my $header = qq(Content-type:application/pdf\n) . qq(Content-Disposition: attachment;filename=foo.pdf\n\n); print $header;

YMMV, so please adapt as needed.


Your wish is my commandline.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (7)
As of 2024-04-23 12:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found