public interface IResourceManager
Modifier and Type | Method and Description |
---|---|
List<? extends IFontResource> |
listFonts()
Returns a list of all font resources in the PDF document.
|
List<IImageInstance> |
listImageInstances()
Returns a list of image instances in the document.
|
List<? extends IImageResource> |
listImages()
Returns a list of image resources in the PDF document.
|
List<? extends IImageResource> listImages()
List<IImageInstance> listImageInstances() throws PDFException
PDFException
List<? extends IFontResource> listFonts()