I am trying to convert an HTML to an image but the image that gets generated doesnt contain the images in that webpage.
my code is :-
Code:
Import javax.imageio.ImageIO; import javax.swing.*; import java.awt.*; import java.awt.image.BufferedImage; import java.beans.PropertyChangeEvent; import java.beans.PropertyChangeListener; import java.io.File; import java.io.IOException;
Leave a comment: