开发者

how to convert RichText Area Data into JPEG image

开发者 https://www.devze.com 2023-02-20 17:11 出处:网络
How to convert the text and Images insert into the rich text area into a jpeg ima开发者_运维问答ge in gwt since gwt rich text editor gives you the html as value you can use a server-side service to tr

How to convert the text and Images insert into the rich text area into a jpeg ima开发者_运维问答ge in gwt


since gwt rich text editor gives you the html as value you can use a server-side service to transform the html into image.

If you're using java on the server side I believe this might help a bit although I never tried it before.

0

精彩评论

暂无评论...
验证码 换一张
取 消