Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: html::htmldoc not working

by rpnoble419 (Pilgrim)
on Aug 01, 2013 at 20:07 UTC ( [id://1047497]=note: print w/replies, xml ) Need Help??


in reply to html::htmldoc not working

You are not passing the name of the PDF file back to the browser to open. You may want to try adding this as the last line of your file

print $cgi->redirect('foo.pdf');

You will need to remove the print $cgi->header for the redirect to work...

Replies are listed 'Best First'.
Re^2: html::htmldoc not working
by divinafaudan (Initiate) on Aug 02, 2013 at 13:18 UTC
    Thanks for your reply but do redirection did not solve the issue. Do you have any other idea? I do not need to open the pdf file from the browser, I just want to create the pdf file and able to write on it. But I do appreciate your help, really.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (3)
As of 2024-03-29 05:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found