Converting HTML to image using java

前端 未结 3 1273
猫巷女王i
猫巷女王i 2020-12-30 17:09

i\'m facing some problem converting html to image using java im using html2image[java]

it create an image, but the problem is it only create an image on a small part

3条回答
  •  遥遥无期
    2020-12-30 17:57

    I am not experienced with html2image, but maybe it can parse the inline CSS only and that's the reason because the resulting image is not the same as is rendered in the browser.

    Try adding an inline style with the contens of main.css to your HTML and save an image again.

提交回复
热议问题