Forum: Python Jan 12th, 2009 |
| Replies: 7 Views: 1,195 Thanks for all the responds.
It really is a specific problem with this pdf. With some other pdf files my code works well. So I can say it's preety much "solved".
I'm still looking for a different... |
Forum: Python Jan 11th, 2009 |
| Replies: 7 Views: 1,195 Hi, thanks for the responds...
The first option you suggested is not actually what I want. I want to get the content as a text file for later parsing.
The second option is a little bit complex fro... |
Forum: Python Jan 11th, 2009 |
| Replies: 7 Views: 1,195 I'm trying to get the content of a web page that is written in pdf format.
The following code worked very well for me when I tried to read a regular web page, but it prints all kinds of weird... |
Forum: Python Jan 5th, 2009 |
| Replies: 1 Views: 416 Hi,
I want to perform a search with Python in this site:
http://www.draftexpress.com/search.php
I want to search for a player who's first name is "james".
The problem: The page with the... |