Static Public Member Functions | |
static BufferedImage | convertBitmaptoBufferedImage (Bitmap bitmap) throws com.foxit.sdk.PDFException |
Class PDFUtil
provides some utility functions for convenient purpose.
|
static |
Convert a Bitmap object to a BufferedImage object.
This function offers a convenient method to convert current bitmap directly to a BufferedImage
object.
bitmap | A Bitmap object which is to be converted to BufferedImage |
PDFException |