Skip to content

Picture getWidth() and getHeight() returning -1 for every image #1

@laveenadz

Description

@laveenadz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions