Total Beginner - Extracting Data from a Database Online (Screenshot)
If you are talking about accessing a web page, rather than an image, then you want to do what is known as screen scraping. One of the best tools for this is called BeautifulSoup. http://www.crummy.com/software/BeautifulSoup/ -- http://mail.python.org/mailman/listinfo/python-list
Total Beginner - Extracting Data from a Database Online (Screenshot)
If you are talking about accessing a web page, rather than an image, then what you want to do is known as 'screen scraping'. One of the best tools for this is called BeautifulSoup. http://www.crummy.com/software/BeautifulSoup/ -- http://mail.python.org/mailman/listinfo/python-list
Re: Looking PDF module
You might also want to have a look at Pisa ( http://www.xhtml2pdf.com/ ) . It's based on reportlab but might suit you better. -- http://mail.python.org/mailman/listinfo/python-list