public abstract class PDF2Image extends Object
Constructor and Description |
---|
PDF2Image() |
Modifier and Type | Method and Description |
---|---|
static PDF2Image |
getInstance() |
abstract Image |
toImage(byte[] input,
int page) |
abstract void |
writeImages(byte[] input,
Set pages,
Resource outputDirectory,
String prefix,
String format,
int scale,
boolean overwrite,
boolean goodQuality,
boolean transparent) |
public PDF2Image()
public static PDF2Image getInstance()
public abstract Image toImage(byte[] input, int page) throws IOException, PageException
IOException
PageException
public abstract void writeImages(byte[] input, Set pages, Resource outputDirectory, String prefix, String format, int scale, boolean overwrite, boolean goodQuality, boolean transparent) throws PageException, IOException
PageException
IOException
Copyright © 2015 Lucee