Uses of Interface
com.snowtide.pdf.layout.Image
-
Packages that use Image Package Description com.snowtide.pdf This package contains a variety of core abstractions representing PDFDocument
s and theirPage
s, as well as various PDFxStream interfaces and implementations thereof that simply many PDF data extraction use cases. -
-
Uses of Image in com.snowtide.pdf
Methods in com.snowtide.pdf that return types with arguments of type Image Modifier and Type Method Description Collection<Image>
Document. getImages()
Collection<Image>
Page. getImages()
Returns a Collection ofImage
objects, one for each image on this page.Collection<Image>
PDFTextStream. getImages()
Deprecated.
-