Uses of Interface
org.apache.pdfbox.pdmodel.graphics.image.CustomFactory
-
Packages that use CustomFactory Package Description org.apache.pdfbox.pdmodel.graphics.image This package deals with images that are stored in a PDF document. -
-
Uses of CustomFactory in org.apache.pdfbox.pdmodel.graphics.image
Methods in org.apache.pdfbox.pdmodel.graphics.image with parameters of type CustomFactory Modifier and Type Method Description static PDImageXObjectPDImageXObject. createFromByteArray(PDDocument document, byte[] byteArray, java.lang.String name, CustomFactory customFactory)Create a PDImageXObject from an image byte array.
-