Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like Document or indirectly through several
subpackages. |
com.aspose.pdf.facades |
The
com.aspose.pdf.facades package provides classes originally came from
Aspose.Pdf.Kit. |
com.aspose.pdf.printing |
The
com.aspose.pdf.printing package provides classes which are used for configuring the printing
process. |
Modifier and Type | Method and Description |
---|---|
static ImageType |
ImageType.getBmp()
Image format for Bmp image
|
static ImageType |
ImageType.getEmf()
Image format for Emf image
|
static ImageType |
ImageType.getExif()
Image format for Exif image
|
static ImageType |
ImageType.getGif()
Image format for Gif image
|
static ImageType |
ImageType.getIcon()
Image format for Icon image
|
static ImageType |
ImageType.getJpeg()
Image format for Jpeg image
|
static ImageType |
ImageType.getMemoryBmp()
Image format for Bmp image
|
static ImageType |
ImageType.getPng()
Image format for Png image
|
static ImageType |
ImageType.getTiff()
Image format for Tiff image
|
static ImageType |
ImageType.getWmf()
Image format for Wmf image
|
Modifier and Type | Method and Description |
---|---|
InputStream |
SignatureField.extractImage(ImageType format)
Extracts signature's image as encoded stream.
|
static com.aspose.ms.System.Drawing.Imaging.ImageFormat |
InternalHelper.getInternalFormat(ImageType imageType) |
static boolean |
ImageType.isBitmapType(ImageType imgFormat)
Return true if isBitmapType
|
static boolean |
ImageType.isMetafileType(ImageType imgFormat)
Return true if isMetafileType
|
static boolean |
ImageType.isUnknownType(ImageType imgFormat)
Return true if isUnknownType
|
void |
ImagePlacement.save(OutputStream outputStream,
ImageType format)
Saves image with corresponding transformations: scaling, rotation and resolution.
|
void |
XImage.save(OutputStream stream,
ImageType format)
Saves image into stream with requested format.
|
void |
XImage.save(OutputStream stream,
ImageType format,
int resolution)
Saves image into stream with requested format.
|
void |
XImage.saveInternal(com.aspose.ms.System.IO.Stream stream,
ImageType format,
int resolution) |
static void |
InternalHelper.saveInternal(XImage image,
com.aspose.ms.System.IO.MemoryStream ms,
ImageType png) |
static String |
ImageType.toString(ImageType imgFormat)
ImageType name
|
Modifier and Type | Method and Description |
---|---|
BufferedImage |
PdfViewer.decodePageToImage(int pageNumber,
ImageType imageFormat)
Decodes page to BufferedImage
|
void |
PdfConverter.getNextImage(OutputStream outputStream,
ImageType format)
Saves image to stream with given image format.
|
boolean |
PdfExtractor.getNextImage(OutputStream outputStream,
ImageType format)
Retreive next image from PDF file and stores it into stream with given image format.
|
void |
PdfConverter.getNextImage(OutputStream outputStream,
ImageType format,
double imageWidth,
double imageHeight,
int quality)
Saves image to stream with the givin image format, size and quality.
|
void |
PdfConverter.getNextImage(OutputStream outputStream,
ImageType format,
int quality)
Saves image to stream with given image format and quality.
|
void |
PdfConverter.getNextImage(OutputStream outputStream,
ImageType format,
int imageWidth,
int imageHeight)
Saves image to stream with the givin image format, size and quality.
|
void |
PdfConverter.getNextImage(OutputStream outputStream,
ImageType 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,
ImageType format)
Saves image to stream with given page size.
|
void |
PdfConverter.getNextImage(OutputStream outputStream,
PageSize pageSize,
ImageType format,
int quality)
Saves image to stream with given page size, image format and quality.
|
void |
PdfConverter.getNextImage(String outputFile,
ImageType format)
Saves image to file with the givin image format.
|
boolean |
PdfExtractor.getNextImage(String outputFile,
ImageType format)
Retreives next image from PDF document with given image format.
|
void |
PdfConverter.getNextImage(String outputFile,
ImageType 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,
ImageType format,
int quality)
Saves image to file with given image format and quality.
|
void |
PdfConverter.getNextImage(String outputFile,
ImageType format,
int imageWidth,
int imageHeight)
Saves image to file with the given image format and dimensions.
|
void |
PdfConverter.getNextImage(String outputFile,
ImageType 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,
ImageType format)
Saves image to file with given page size and image format.
|
void |
PdfConverter.getNextImage(String outputFile,
PageSize pageSize,
ImageType format,
int quality)
Saves image to file with given page size, image format and quality.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PdfPrinterSettings.isDirectPrintingSupported(ImageType format)
Gets a value indicating whether the printer is Supported DirectPrinting
|