What steps will reproduce the problem?
1. convert the html to png
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Please provide any additional information below.
BufferedImage image= imageGenerator.getBufferedImage();
ImageIO.write(image,"jpg" , new File("d:/hello.jpg"));
Original issue reported on code.google.com by
sunjie31...@gmail.comon 28 Dec 2012 at 8:27Attachments: