Java org.apache.pdfbox.pdmodel.graphics.image JPEGFactory fields, constructors, methods, implement or subclass

Example usage for Java org.apache.pdfbox.pdmodel.graphics.image JPEGFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.pdfbox.pdmodel.graphics.image JPEGFactory.

The text is from its open source code.

Method

PDImageXObjectcreateFromImage(PDDocument document, BufferedImage image)
Creates a new JPEG PDImageXObject from a BufferedImage.
PDImageXObjectcreateFromStream(PDDocument document, InputStream stream)
Creates a new JPEG Image XObject from an input stream containing JPEG data.