Package | Description |
---|---|
com.groupdocs.parser |
The package provides classes for parsing data from documents.
|
Modifier and Type | Method and Description |
---|---|
Iterable<PageImageArea> |
Parser.getImages()
Extracts images from the document.
|
Iterable<PageImageArea> |
Parser.getImages(int pageIndex)
Extracts images from the document page.
|
Iterable<PageImageArea> |
Parser.getImages(int pageIndex,
PageAreaOptions options)
Extracts images from the document page using customization options (to set the rectangular area that contains images).
|
Iterable<PageImageArea> |
Parser.getImages(PageAreaOptions options)
Extracts images from the document using customization options (to set the rectangular area that contains images).
|