You can accomplish this with a few command line tools.
$: html2ps table.html > table.ps
$: ps2pdf table.ps
$: convert table.pdf table.png
On my Ubuntu system I installed these with:
apt-get install html2ps
apt-get install ps2pdf
apt-get install imagemagick
The conversion isn't likely to be identical to what you see in your web browser.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…