In message <mailman.3480.1239112765.11746.python-l...@python.org>, Support 
Desk wrote:

> You could do something like below to get the rendered page.
> 
> Import os
> site = 'website.com'
> X = os.popen('lynx --dump %s' % site).readlines()

I wonder how easy it would be to get the page image in SVG format? I believe 
the Gecko HTML engine in Firefox already uses Cairo for its rendering, and 
Cairo supports SVG as one of its surface types.

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to