Uses of Interface
org.apache.pdfbox.pdmodel.graphics.image.CustomFactory
Packages that use CustomFactory
Package
Description
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 CustomFactoryModifier and TypeMethodDescriptionstatic PDImageXObjectPDImageXObject.createFromByteArray(PDDocument document, byte[] byteArray, String name, CustomFactory customFactory) Create a PDImageXObject from an image byte array.