java-html2image
java-html2image copied to clipboard
Automatically exported from code.google.com/p/java-html2image
[testimage.txt](https://github.com/hkirk/java-html2image/files/2041621/testimage.txt) @hkirk Can you please check this one?
```java final boolean isBMP = "bmp".equalsIgnoreCase(imageFormat); final BufferedImage bufferedImage = getBufferedImage(isBMP ? BufferedImage.TYPE_INT_RGB : BufferedImage.TYPE_INT_ARGB); ``` Using the above code to convert jpg images, it looks like the image will...
If html include images which are from https external websites, it can not generate thumbnail. Any solution for this?
``` What steps will reproduce the problem? 1. create a servlet on tomcat and a servlet use htmlimagegenerator 2. use html as below: HtmlImageGenerator imageGenerator = new HtmlImageGenerator(); imageGenerator.loadHtml(html); return...
``` What steps will reproduce the problem? 1. imageGenerator.loadUrl("\\\ServerName\\LinePlacementProject\\HTML_LineImage.html "); imageGenerator.saveAsImage("\\\ServerName\\LinePlacementProject\\LineImage.png") ; 2. imageGenerator.loadUrl("D:\\Test Envirnoment\\LinePlacementProject\\HTML_LineImage.html"); imageGenerator.saveAsImage("D:\\LinePlacementProject\\LineImage.png"); 3. What is the expected output? What do you see instead? PNG generated image...
``` What steps will reproduce the problem? 1. Create a and inside that div, a 2. Make the width:600px; 3. Make the word-wrap:break-word; display:block; 4. Place WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW(and so on) into...
``` I think you need to update the maven repo in this project home page, the new one seems to be http://repo.jfrog.org/artifactory/third-party-releases-local ``` Original issue reported on code.google.com by `[email protected]`...
``` see the attached Java file ``` Original issue reported on code.google.com by `[email protected]` on 7 Dec 2013 at 10:34 Attachments: - [Html2jpg.java](https://storage.googleapis.com/google-code-attachments/java-html2image/issue-17/comment-0/Html2jpg.java)
``` What steps will reproduce the problem? 1. we have in html 2. convert the html to image using html2image jar ver 0.9 api 3. What is the expected output?...
``` What steps will reproduce the problem? 1. Get HTML from my WYSIWYG Editor 2. HTML has an image like in base64 3. when converting to image the img is...