Below are the problems faced when using Picture for word to html conversion:
1.When the List<?> pics = wordDocument1.getPicturesTable().getAllPictures(); is iterated, pic.getWidth() and pic.getHeight() returns correct height and width for the first picture, but after that it returns -1 for every image.
2. The images are not displayed in a sequential order as they were present in the doc.
3. Lines from the doc are not converted to html doc.