convert html to image in java using SpagoBI url

129 Views Asked by At
HtmlImageGenerator htmlImageGenerator=new HtmlImageGenerator();
htmlImageGenerator.loadUrl("url");
htmlImageGenerator.saveAsImage("abc.png");

I have a spagoBI url where this image will save and how can i use this image

0

There are 0 best solutions below