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

Contents
[ ]

PdfConverter::SaveAsTIFF(const 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(const System::SharedPtr<System::IO::Stream> &outputStream)
ParameterTypeDescription
outputStreamconst System::SharedPtr<System::IO::Stream>&The stream to save the TIFF image.

See Also

PdfConverter::SaveAsTIFF(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<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(const System::SharedPtr<System::IO::Stream> &outputStream, const System::SharedPtr<Devices::TiffSettings> &settings)
ParameterTypeDescription
outputStreamconst System::SharedPtr<System::IO::Stream>&The stream to save the TIFF image.
settingsconst System::SharedPtr<Devices::TiffSettings>&Settings object that defines TIFF parameters.

See Also

PdfConverter::SaveAsTIFF(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<Devices::TiffSettings>&, const 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(const System::SharedPtr<System::IO::Stream> &outputStream, const System::SharedPtr<Devices::TiffSettings> &settings, const System::SharedPtr<IIndexBitmapConverter> &converter)
ParameterTypeDescription
outputStreamconst System::SharedPtr<System::IO::Stream>&The stream to save the TIFF image.
settingsconst System::SharedPtr<Devices::TiffSettings>&Settings object that defines TIFF parameters.
converterconst System::SharedPtr<IIndexBitmapConverter>&External converter

See Also

PdfConverter::SaveAsTIFF(const System::SharedPtr<System::IO::Stream>&, const 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(const System::SharedPtr<System::IO::Stream> &outputStream, const System::SharedPtr<PageSize> &pageSize)
ParameterTypeDescription
outputStreamconst System::SharedPtr<System::IO::Stream>&The stream to save the TIFF image.
pageSizeconst System::SharedPtr<PageSize>&The page size of the image.

See Also

PdfConverter::SaveAsTIFF(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<PageSize>&, const System::SharedPtr<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(const System::SharedPtr<System::IO::Stream> &outputStream, const System::SharedPtr<PageSize> &pageSize, const System::SharedPtr<Devices::TiffSettings> &settings)
ParameterTypeDescription
outputStreamconst System::SharedPtr<System::IO::Stream>&The stream to save the TIFF image.
pageSizeconst System::SharedPtr<PageSize>&The page size of the image.
settingsconst System::SharedPtr<Devices::TiffSettings>&Settings object that defines TIFF parameters.

See Also

PdfConverter::SaveAsTIFF(const System::SharedPtr<System::IO::Stream>&, 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(const System::SharedPtr<System::IO::Stream> &outputStream, Devices::CompressionType compressionType)
ParameterTypeDescription
outputStreamconst System::SharedPtr<System::IO::Stream>&The output stream.
compressionTypeDevices::CompressionTypeType of the compression.

See Also

PdfConverter::SaveAsTIFF(const 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(const System::SharedPtr<System::IO::Stream> &outputStream, int32_t imageWidth, int32_t imageHeight)
ParameterTypeDescription
outputStreamconst System::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(const System::SharedPtr<System::IO::Stream>&, int32_t, int32_t, const System::SharedPtr<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(const System::SharedPtr<System::IO::Stream> &outputStream, int32_t imageWidth, int32_t imageHeight, const System::SharedPtr<Devices::TiffSettings> &settings)
ParameterTypeDescription
outputStreamconst System::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.
settingsconst System::SharedPtr<Devices::TiffSettings>&Settings object that defines TIFF parameters.

See Also

PdfConverter::SaveAsTIFF(const System::SharedPtr<System::IO::Stream>&, int32_t, int32_t, const System::SharedPtr<Devices::TiffSettings>&, const 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(const System::SharedPtr<System::IO::Stream> &outputStream, int32_t imageWidth, int32_t imageHeight, const System::SharedPtr<Devices::TiffSettings> &settings, const System::SharedPtr<IIndexBitmapConverter> &converter)
ParameterTypeDescription
outputStreamconst System::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.
settingsconst System::SharedPtr<Devices::TiffSettings>&Settings object that defines TIFF parameters.
converterconst System::SharedPtr<IIndexBitmapConverter>&External converter

See Also

PdfConverter::SaveAsTIFF(const System::SharedPtr<System::IO::Stream>&, int32_t, int32_t, 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(const System::SharedPtr<System::IO::Stream> &outputStream, int32_t imageWidth, int32_t imageHeight, Devices::CompressionType compressionType)
ParameterTypeDescription
outputStreamconst System::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.
compressionTypeDevices::CompressionTypeType of the compression.

See Also

PdfConverter::SaveAsTIFF(const 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(const System::String &outputFile)
ParameterTypeDescription
outputFileconst System::String&The file to save the TIFF image.

See Also

PdfConverter::SaveAsTIFF(const System::String&, const System::SharedPtr<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(const System::String &outputFile, const System::SharedPtr<Devices::TiffSettings> &settings)
ParameterTypeDescription
outputFileconst System::String&The file name to save the TIFF image
settingsconst System::SharedPtr<Devices::TiffSettings>&Settings object that defines TIFF parameters.

See Also

PdfConverter::SaveAsTIFF(const System::String&, const System::SharedPtr<Devices::TiffSettings>&, const 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(const System::String &outputFile, const System::SharedPtr<Devices::TiffSettings> &settings, const System::SharedPtr<IIndexBitmapConverter> &converter)
ParameterTypeDescription
outputFileconst System::String&The file name to save the TIFF image
settingsconst System::SharedPtr<Devices::TiffSettings>&Settings object that defines TIFF parameters.
converterconst System::SharedPtr<IIndexBitmapConverter>&External converter

See Also

PdfConverter::SaveAsTIFF(const System::String&, const 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(const System::String &outputFile, const System::SharedPtr<PageSize> &pageSize)
ParameterTypeDescription
outputFileconst System::String&The file name to save the TIFF image
pageSizeconst System::SharedPtr<PageSize>&The page size of the image.

See Also

PdfConverter::SaveAsTIFF(const System::String&, const System::SharedPtr<PageSize>&, const System::SharedPtr<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(const System::String &outputFile, const System::SharedPtr<PageSize> &pageSize, const System::SharedPtr<Devices::TiffSettings> &settings)
ParameterTypeDescription
outputFileconst System::String&The file name to save the TIFF image
pageSizeconst System::SharedPtr<PageSize>&The page size of the image.
settingsconst System::SharedPtr<Devices::TiffSettings>&Settings object that defines TIFF parameters.

See Also

PdfConverter::SaveAsTIFF(const System::String&, 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(const System::String &outputFile, Devices::CompressionType compressionType)
ParameterTypeDescription
outputFileconst System::String&The output file.
compressionTypeDevices::CompressionTypeType of the compression.

See Also

PdfConverter::SaveAsTIFF(const 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(const System::String &outputFile, int32_t imageWidth, int32_t imageHeight)
ParameterTypeDescription
outputFileconst System::String&The 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(const System::String&, int32_t, int32_t, const System::SharedPtr<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(const System::String &outputFile, int32_t imageWidth, int32_t imageHeight, const System::SharedPtr<Devices::TiffSettings> &settings)
ParameterTypeDescription
outputFileconst System::String&The file name to save the TIFF image
imageWidthint32_tThe image width, the unit is pixel.
imageHeightint32_tThe image height, the unit is pixel.
settingsconst System::SharedPtr<Devices::TiffSettings>&Settings object that defines TIFF parameters.

See Also

PdfConverter::SaveAsTIFF(const System::String&, int32_t, int32_t, const System::SharedPtr<Devices::TiffSettings>&, const 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(const System::String &outputFile, int32_t imageWidth, int32_t imageHeight, const System::SharedPtr<Devices::TiffSettings> &settings, const System::SharedPtr<IIndexBitmapConverter> &converter)
ParameterTypeDescription
outputFileconst System::String&The file name to save the TIFF image
imageWidthint32_tThe image width, the unit is pixel.
imageHeightint32_tThe image height, the unit is pixel.
settingsconst System::SharedPtr<Devices::TiffSettings>&Settings object that defines TIFF parameters.
converterconst System::SharedPtr<IIndexBitmapConverter>&External converter

See Also

PdfConverter::SaveAsTIFF(const System::String&, int32_t, int32_t, 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(const System::String &outputFile, int32_t imageWidth, int32_t imageHeight, Devices::CompressionType compressionType)
ParameterTypeDescription
outputFileconst System::String&The file name to save the TIFF image
imageWidthint32_tThe image width, the unit is pixel.
imageHeightint32_tThe image height, the unit is pixel.
compressionTypeDevices::CompressionTypeType of the compression.

See Also