You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
HtmlImageGenerator imageGenerator = new HtmlImageGenerator();
imageGenerator.loadUrl("http://www.google.co.uk");
imageGenerator.saveAsImage("hello-world.png");
What is the expected output? What do you see instead?
The formatting is not correct at all, and the elements on google's start page
are not where they should be. I have tried with a few web pages but none works
as expected.
What version of the product are you using? On what operating system?
0.9, Mac OS.
Please provide any additional information below.
There is also quite a few web pages where the tool throws an Exception (e.g.
java.lang.RuntimeException: Unclosed " ) Not sure why? If there is a problem
with the HTML, it would be good if it could print the line number and
information about what is wrong.
Original issue reported on code.google.com by [email protected] on 12 Feb 2011 at 9:58
The text was updated successfully, but these errors were encountered:
yes... it is not picking up the styling properly... i have added a few styles
within the header + a few are defined with tags... I am creating a table... and
need to do border-collapse: collapse but thats not working at all. there are
other styling issues as well
Original issue reported on code.google.com by
[email protected]
on 12 Feb 2011 at 9:58The text was updated successfully, but these errors were encountered: