Package | Description |
---|---|
com.aspose.pdf.devices |
The com.aspose.pdf.devices package provides classes which are used for representing
document as image(s) or a plain text.
|
com.aspose.pdf.facades |
The com.aspose.pdf.facades package provides classes originally came from
Aspose.Pdf.Kit.
|
Modifier and Type | Method and Description |
---|---|
CompressionType |
TiffSettings.getCompression()
Gets the type of the compression.
|
static CompressionType |
CompressionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompressionType[] |
CompressionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TiffSettings.setCompression(CompressionType value)
Sets the type of the compression.
|
Constructor and Description |
---|
TiffSettings(CompressionType compressionType)
Initializes a new instance of the
TiffSettings class. |
TiffSettings(CompressionType compressionType,
ColorDepth colorDepth,
Margins margins)
Initializes a new instance of the
TiffSettings class. |
TiffSettings(CompressionType compressionType,
ColorDepth colorDepth,
Margins margins,
boolean skipBlankPages)
Initializes a new instance of the
TiffSettings class. |
TiffSettings(CompressionType compressionType,
ColorDepth colorDepth,
Margins margins,
boolean skipBlankPages,
ShapeType shapeType)
Initializes a new instance of the
TiffSettings class. |
Modifier and Type | Method and Description |
---|---|
void |
PdfConverter.saveAsTIFF(OutputStream outputStream,
CompressionType compressionType)
Converts each pages of a pdf document to images and saves images to a single TIFF file.
|
void |
PdfConverter.saveAsTIFF(OutputStream outputStream,
int imageWidth,
int imageHeight,
CompressionType compressionType)
Converts each pages of a pdf document to images with dimensions, and saves images to a single
TIFF stream.
|
void |
PdfConverter.saveAsTIFF(String outputFile,
CompressionType compressionType)
Converts each pages of a pdf document to images and saves images to a single TIFF file.
|
void |
PdfConverter.saveAsTIFF(String outputFile,
int imageWidth,
int imageHeight,
CompressionType compressionType)
Converts each pages of a pdf document to images with dimensions, and saves images to a single
TIFF file.
|
Copyright © 2025 Aspose. All Rights Reserved.