public class BufferedImagePageProcessor extends Object implements FSPageProcessor
| Constructor and Description |
|---|
BufferedImagePageProcessor(int imageType,
double scale) |
| Modifier and Type | Method and Description |
|---|---|
FSPage |
createPage(int zeroBasedPageNumber,
int width,
int height) |
void |
finishPage(FSPage pg) |
List<BufferedImage> |
getPageImages() |
public BufferedImagePageProcessor(int imageType,
double scale)
imageType - Type of the BufferedImage, e.g. BufferedImage#TYPE_INT_ARGBscale - scale factor. You can control what resolution of the images
you wantpublic FSPage createPage(int zeroBasedPageNumber, int width, int height)
createPage in interface FSPageProcessorpublic void finishPage(FSPage pg)
finishPage in interface FSPageProcessorpublic List<BufferedImage> getPageImages()
Copyright © 2017. All rights reserved.