Total Beginner - Extracting Data from a Database Online (Screenshot)

2013-05-25 Thread neil.suffi...@gmail.com
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

Total Beginner - Extracting Data from a Database Online (Screenshot)

2013-05-25 Thread neil.suffi...@gmail.com
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

Re: Looking PDF module

2011-06-24 Thread neil.suffi...@gmail.com
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