Package | Description |
---|---|
com.aspose.pdf | |
com.aspose.pdf.facades | |
com.aspose.pdf.printing |
Modifier and Type | Method and Description |
---|---|
static ImageFormatInternal |
ImageFormatInternal.getBmp()
Image format for Bmp image
|
static ImageFormatInternal |
ImageFormatInternal.getEmf()
Image format for Emf image
|
static ImageFormatInternal |
ImageFormatInternal.getExif()
Image format for Exif image
|
static ImageFormatInternal |
ImageFormatInternal.getGif()
Image format for Gif image
|
static ImageFormatInternal |
ImageFormatInternal.getIcon()
Image format for Icon image
|
static ImageFormatInternal |
ImageFormatInternal.getJpeg()
Image format for Jpeg image
|
static ImageFormatInternal |
ImageFormatInternal.getMemoryBmp()
Image format for Bmp image
|
static ImageFormatInternal |
ImageFormatInternal.getPng()
Image format for Png image
|
static ImageFormatInternal |
ImageFormatInternal.getTiff()
Image format for Tiff image
|
static ImageFormatInternal |
ImageFormatInternal.getWmf()
Image format for tWmf image
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ImageFormatInternal.isBitmapType(ImageFormatInternal imgFormat) |
static boolean |
ImageFormatInternal.isMetafileType(ImageFormatInternal imgFormat) |
static boolean |
ImageFormatInternal.isUnknownType(ImageFormatInternal imgFormat) |
void |
ImagePlacement.save(OutputStream outputStream,
ImageFormatInternal format) |
void |
XImage.save(OutputStream stream,
ImageFormatInternal format)
Saves image into stream with requested format.
|
void |
XImage.save(OutputStream stream,
ImageFormatInternal format,
int resolution)
Saves image into stream with requested format.
|
void |
XImage.saveInternal(com.aspose.ms.System.IO.Stream stream,
ImageFormatInternal format,
int resolution) |
static String |
ImageFormatInternal.toString(ImageFormatInternal imgFormat) |
Modifier and Type | Method and Description |
---|---|
BufferedImage |
PdfViewer.decodePageToImage(int pageNumber,
ImageFormatInternal imageFormat)
Decodes page to Image
|
void |
PdfConverter.getNextImage(OutputStream outputStream,
ImageFormatInternal format)
Saves image to stream with given image format.
|
boolean |
PdfExtractor.getNextImage(OutputStream outputStream,
ImageFormatInternal format)
Retreive next image from PDF file and stores it into stream with given image format.
|
void |
PdfConverter.getNextImage(OutputStream outputStream,
ImageFormatInternal format,
double imageWidth,
double imageHeight,
int quality)
Saves image to stream with the givin image format, size and quality.
|
void |
PdfConverter.getNextImage(OutputStream outputStream,
ImageFormatInternal format,
int quality)
Saves image to stream with given image format and quality.
|
void |
PdfConverter.getNextImage(OutputStream outputStream,
ImageFormatInternal format,
int imageWidth,
int imageHeight)
Saves image to stream with the givin image format, size and quality.
|
void |
PdfConverter.getNextImage(OutputStream outputStream,
ImageFormatInternal format,
int imageWidth,
int imageHeight,
int quality)
Saves image to stream with the givin image format, dimensions and quality.
|
void |
PdfConverter.getNextImage(OutputStream outputStream,
PageSize pageSize,
ImageFormatInternal format)
Saves image to stream with given page size.
|
void |
PdfConverter.getNextImage(OutputStream outputStream,
PageSize pageSize,
ImageFormatInternal format,
int quality)
Saves image to stream with given page size, image format and quality.
|
void |
PdfConverter.getNextImage(String outputFile,
ImageFormatInternal format)
Saves image to file with the givin image format.
|
boolean |
PdfExtractor.getNextImage(String outputFile,
ImageFormatInternal format)
Retreives next image from PDF document with given image format.
|
void |
PdfConverter.getNextImage(String outputFile,
ImageFormatInternal format,
double imageWidth,
double imageHeight,
int quality)
Saves image to file with the givin image format, image size, and quality.
|
void |
PdfConverter.getNextImage(String outputFile,
ImageFormatInternal format,
int quality)
Saves image to file with given image format and quality.
|
void |
PdfConverter.getNextImage(String outputFile,
ImageFormatInternal format,
int imageWidth,
int imageHeight)
Saves image to file with the given image format and dimensions.
|
void |
PdfConverter.getNextImage(String outputFile,
ImageFormatInternal format,
int imageWidth,
int imageHeight,
int quality)
Saves image to file with the given image format, dimensions and quality.
|
void |
PdfConverter.getNextImage(String outputFile,
PageSize pageSize,
ImageFormatInternal format)
Saves image to file with given page size and image format.
|
void |
PdfConverter.getNextImage(String outputFile,
PageSize pageSize,
ImageFormatInternal format,
int quality)
Saves image to file with given page size, image format and quality.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PdfPrinterSettings.isDirectPrintingSupported(ImageFormatInternal format) |
Copyright © 2014 Aspose. All Rights Reserved.