Thread
:
How can I read a pdf web page?
View Single Post
•
•
Join Date: Jul 2008
Posts: 841
Reputation:
Solved Threads: 192
Gribouillis
Offline
Practically a Posting Shark
Re: How can I read a pdf web page?
0
#
2
Jan 11th, 2009
I suggest this if you want to see the pdf file
Help with Code Tags
python Syntax
(
Toggle Plain Text
)
import
webbrowser
webbrowser
.
open
(
"http://fetac.ie/MODULES/D20120.pdf"
)
import webbrowser webbrowser.open("http://fetac.ie/MODULES/D20120.pdf")
Gribouillis
View Public Profile
Find all posts by Gribouillis