Aspose::Pdf::Facades::PdfConverter::SaveAsTIFF method

Contents
[ ]

PdfConverter::SaveAsTIFF(System::SharedPtr<System::IO::Stream>) method

Converts each pages of a pdf document to images and saves images to a single TIFF stream.

void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFF(System::SharedPtr<System::IO::Stream> outputStream)
ParameterTypeDescription
outputStreamSystem::SharedPtr<System::IO::Stream>The stream to save the TIFF image.

See Also

PdfConverter::SaveAsTIFF(System::SharedPtr<System::IO::Stream>, Aspose::Pdf::Devices::CompressionType) method

Converts each pages of a pdf document to images and saves images to a single TIFF file.

void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFF(System::SharedPtr<System::IO::Stream> outputStream, Aspose::Pdf::Devices::CompressionType compressionType)
ParameterTypeDescription
outputStreamSystem::SharedPtr<System::IO::Stream>The output stream.
compressionTypeAspose::Pdf::Devices::CompressionTypeType of the compression.

See Also

PdfConverter::SaveAsTIFF(System::SharedPtr<System::IO::Stream>, int32_t, int32_t) method

Converts each pages of a pdf document to images with dimensions, and saves images to a single TIFF stream.

void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFF(System::SharedPtr<System::IO::Stream> outputStream, int32_t imageWidth, int32_t imageHeight)
ParameterTypeDescription
outputStreamSystem::SharedPtr<System::IO::Stream>The stream to save the TIFF image.
imageWidthint32_tThe image width, the unit is pixel.
imageHeightint32_tThe image height, the unit is pixel.

See Also

PdfConverter::SaveAsTIFF(System::SharedPtr<System::IO::Stream>, int32_t, int32_t, Aspose::Pdf::Devices::CompressionType) method

Converts each pages of a pdf document to images with dimensions, and saves images to a single TIFF stream.

void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFF(System::SharedPtr<System::IO::Stream> outputStream, int32_t imageWidth, int32_t imageHeight, Aspose::Pdf::Devices::CompressionType compressionType)
ParameterTypeDescription
outputStreamSystem::SharedPtr<System::IO::Stream>The stream to save the TIFF image.
imageWidthint32_tThe image width, the unit is pixel.
imageHeightint32_tThe image height, the unit is pixel.
compressionTypeAspose::Pdf::Devices::CompressionTypeType of the compression.

See Also

PdfConverter::SaveAsTIFF(System::SharedPtr<System::IO::Stream>, int32_t, int32_t, System::SharedPtr<Aspose::Pdf::Devices::TiffSettings>) method

Converts each pages of a pdf document to images with dimensions, and saves images to a single TIFF stream.

void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFF(System::SharedPtr<System::IO::Stream> outputStream, int32_t imageWidth, int32_t imageHeight, System::SharedPtr<Aspose::Pdf::Devices::TiffSettings> settings)
ParameterTypeDescription
outputStreamSystem::SharedPtr<System::IO::Stream>The stream to save the TIFF image.
imageWidthint32_tThe image width, the unit is pixel.
imageHeightint32_tThe image height, the unit is pixel.
settingsSystem::SharedPtr<Aspose::Pdf::Devices::TiffSettings>Settings object that defines TIFF parameters.

See Also

PdfConverter::SaveAsTIFF(System::SharedPtr<System::IO::Stream>, int32_t, int32_t, System::SharedPtr<Aspose::Pdf::Devices::TiffSettings>, System::SharedPtr<IIndexBitmapConverter>) method

Converts each pages of a pdf document to images with dimensions, and saves images to a single TIFF stream.

void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFF(System::SharedPtr<System::IO::Stream> outputStream, int32_t imageWidth, int32_t imageHeight, System::SharedPtr<Aspose::Pdf::Devices::TiffSettings> settings, System::SharedPtr<IIndexBitmapConverter> converter)
ParameterTypeDescription
outputStreamSystem::SharedPtr<System::IO::Stream>The stream to save the TIFF image.
imageWidthint32_tThe image width, the unit is pixel.
imageHeightint32_tThe image height, the unit is pixel.
settingsSystem::SharedPtr<Aspose::Pdf::Devices::TiffSettings>Settings object that defines TIFF parameters.
converterSystem::SharedPtr<IIndexBitmapConverter>External converter

See Also

PdfConverter::SaveAsTIFF(System::SharedPtr<System::IO::Stream>, System::SharedPtr<Aspose::Pdf::Devices::TiffSettings>) method

Converts each pages of a pdf document to images and saves images to a single TIFF stream.

void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFF(System::SharedPtr<System::IO::Stream> outputStream, System::SharedPtr<Aspose::Pdf::Devices::TiffSettings> settings)
ParameterTypeDescription
outputStreamSystem::SharedPtr<System::IO::Stream>The stream to save the TIFF image.
settingsSystem::SharedPtr<Aspose::Pdf::Devices::TiffSettings>Settings object that defines TIFF parameters.

See Also

PdfConverter::SaveAsTIFF(System::SharedPtr<System::IO::Stream>, System::SharedPtr<Aspose::Pdf::Devices::TiffSettings>, System::SharedPtr<IIndexBitmapConverter>) method

Converts each pages of a pdf document to images and saves images to a single TIFF stream.

void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFF(System::SharedPtr<System::IO::Stream> outputStream, System::SharedPtr<Aspose::Pdf::Devices::TiffSettings> settings, System::SharedPtr<IIndexBitmapConverter> converter)
ParameterTypeDescription
outputStreamSystem::SharedPtr<System::IO::Stream>The stream to save the TIFF image.
settingsSystem::SharedPtr<Aspose::Pdf::Devices::TiffSettings>Settings object that defines TIFF parameters.
converterSystem::SharedPtr<IIndexBitmapConverter>External converter

See Also

PdfConverter::SaveAsTIFF(System::SharedPtr<System::IO::Stream>, System::SharedPtr<PageSize>) method

Converts each pages of a pdf document to images with page size and saves images to a single TIFF stream.

void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFF(System::SharedPtr<System::IO::Stream> outputStream, System::SharedPtr<PageSize> pageSize)
ParameterTypeDescription
outputStreamSystem::SharedPtr<System::IO::Stream>The stream to save the TIFF image.
pageSizeSystem::SharedPtr<PageSize>The page size of the image.

See Also

PdfConverter::SaveAsTIFF(System::SharedPtr<System::IO::Stream>, System::SharedPtr<PageSize>, System::SharedPtr<Aspose::Pdf::Devices::TiffSettings>) method

Converts each pages of a pdf document to images with page size and saves images to a single TIFF stream.

void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFF(System::SharedPtr<System::IO::Stream> outputStream, System::SharedPtr<PageSize> pageSize, System::SharedPtr<Aspose::Pdf::Devices::TiffSettings> settings)
ParameterTypeDescription
outputStreamSystem::SharedPtr<System::IO::Stream>The stream to save the TIFF image.
pageSizeSystem::SharedPtr<PageSize>The page size of the image.
settingsSystem::SharedPtr<Aspose::Pdf::Devices::TiffSettings>Settings object that defines TIFF parameters.

See Also

PdfConverter::SaveAsTIFF(System::String) method

Converts each pages of a pdf document to images and saves images to a single TIFF file.

void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFF(System::String outputFile)
ParameterTypeDescription
outputFileSystem::StringThe file to save the TIFF image.

See Also

PdfConverter::SaveAsTIFF(System::String, Aspose::Pdf::Devices::CompressionType) method

Converts each pages of a pdf document to images and saves images to a single TIFF file.

void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFF(System::String outputFile, Aspose::Pdf::Devices::CompressionType compressionType)
ParameterTypeDescription
outputFileSystem::StringThe output file.
compressionTypeAspose::Pdf::Devices::CompressionTypeType of the compression.

See Also

PdfConverter::SaveAsTIFF(System::String, int32_t, int32_t) method

Converts each pages of a pdf document to images with dimensions, and saves images to a single TIFF file.

void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFF(System::String outputFile, int32_t imageWidth, int32_t imageHeight)
ParameterTypeDescription
outputFileSystem::StringThe file name to save the TIFF image
imageWidthint32_tThe image width, the unit is pixel.
imageHeightint32_tThe image height, the unit is pixel.

See Also

PdfConverter::SaveAsTIFF(System::String, int32_t, int32_t, Aspose::Pdf::Devices::CompressionType) method

Converts each pages of a pdf document to images with dimensions, and saves images to a single TIFF file.

void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFF(System::String outputFile, int32_t imageWidth, int32_t imageHeight, Aspose::Pdf::Devices::CompressionType compressionType)
ParameterTypeDescription
outputFileSystem::StringThe file name to save the TIFF image
imageWidthint32_tThe image width, the unit is pixel.
imageHeightint32_tThe image height, the unit is pixel.
compressionTypeAspose::Pdf::Devices::CompressionTypeType of the compression.

See Also

PdfConverter::SaveAsTIFF(System::String, int32_t, int32_t, System::SharedPtr<Aspose::Pdf::Devices::TiffSettings>) method

Converts each pages of a pdf document to images with dimensions, and saves images to a single TIFF file.

void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFF(System::String outputFile, int32_t imageWidth, int32_t imageHeight, System::SharedPtr<Aspose::Pdf::Devices::TiffSettings> settings)
ParameterTypeDescription
outputFileSystem::StringThe file name to save the TIFF image
imageWidthint32_tThe image width, the unit is pixel.
imageHeightint32_tThe image height, the unit is pixel.
settingsSystem::SharedPtr<Aspose::Pdf::Devices::TiffSettings>Settings object that defines TIFF parameters.

See Also

PdfConverter::SaveAsTIFF(System::String, int32_t, int32_t, System::SharedPtr<Aspose::Pdf::Devices::TiffSettings>, System::SharedPtr<IIndexBitmapConverter>) method

Converts each pages of a pdf document to images with dimensions, and saves images to a single TIFF file.

void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFF(System::String outputFile, int32_t imageWidth, int32_t imageHeight, System::SharedPtr<Aspose::Pdf::Devices::TiffSettings> settings, System::SharedPtr<IIndexBitmapConverter> converter)
ParameterTypeDescription
outputFileSystem::StringThe file name to save the TIFF image
imageWidthint32_tThe image width, the unit is pixel.
imageHeightint32_tThe image height, the unit is pixel.
settingsSystem::SharedPtr<Aspose::Pdf::Devices::TiffSettings>Settings object that defines TIFF parameters.
converterSystem::SharedPtr<IIndexBitmapConverter>External converter

See Also

PdfConverter::SaveAsTIFF(System::String, System::SharedPtr<Aspose::Pdf::Devices::TiffSettings>) method

Converts each pages of a pdf document to images with and saves images to a single TIFF file.

void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFF(System::String outputFile, System::SharedPtr<Aspose::Pdf::Devices::TiffSettings> settings)
ParameterTypeDescription
outputFileSystem::StringThe file name to save the TIFF image
settingsSystem::SharedPtr<Aspose::Pdf::Devices::TiffSettings>Settings object that defines TIFF parameters.

See Also

PdfConverter::SaveAsTIFF(System::String, System::SharedPtr<Aspose::Pdf::Devices::TiffSettings>, System::SharedPtr<IIndexBitmapConverter>) method

Converts each pages of a pdf document to images with and saves images to a single TIFF file.

void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFF(System::String outputFile, System::SharedPtr<Aspose::Pdf::Devices::TiffSettings> settings, System::SharedPtr<IIndexBitmapConverter> converter)
ParameterTypeDescription
outputFileSystem::StringThe file name to save the TIFF image
settingsSystem::SharedPtr<Aspose::Pdf::Devices::TiffSettings>Settings object that defines TIFF parameters.
converterSystem::SharedPtr<IIndexBitmapConverter>External converter

See Also

PdfConverter::SaveAsTIFF(System::String, System::SharedPtr<PageSize>) method

Converts each pages of a pdf document to images with page size and saves images to a single TIFF file.

void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFF(System::String outputFile, System::SharedPtr<PageSize> pageSize)
ParameterTypeDescription
outputFileSystem::StringThe file name to save the TIFF image
pageSizeSystem::SharedPtr<PageSize>The page size of the image.

See Also

PdfConverter::SaveAsTIFF(System::String, System::SharedPtr<PageSize>, System::SharedPtr<Aspose::Pdf::Devices::TiffSettings>) method

Converts each pages of a pdf document to images with page size and saves images to a single TIFF file.

void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFF(System::String outputFile, System::SharedPtr<PageSize> pageSize, System::SharedPtr<Aspose::Pdf::Devices::TiffSettings> settings)
ParameterTypeDescription
outputFileSystem::StringThe file name to save the TIFF image
pageSizeSystem::SharedPtr<PageSize>The page size of the image.
settingsSystem::SharedPtr<Aspose::Pdf::Devices::TiffSettings>Settings object that defines TIFF parameters.

See Also