![]() |
|
There's more than one way to do things | |
PerlMonks |
Comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
As of release 19 Firefox has a built-in PDF viewer Technically, Firefox uses a lot of Javascript to convert the PDF document to a similar looking HTML document, which is then rendered by Firefox. when I use the print $mech->content_type; method it returns the value "text/HTML" for the PDF document That is a consequence of converting the PDF document to a HTML document. If you want pre-19 behaviour, disable the PDF converter in Firefox. Alexander
-- Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-) In reply to Re: Mechanize Firefox text Method
by afoken
|
|