Aspose::Pdf::Facades::PdfConverter::SaveAsTIFF method
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)
| Parameter | Type | Description |
|---|---|---|
| outputStream | const System::SharedPtr<System::IO::Stream>& | The stream to save the TIFF image. |
See Also
- Typedef SharedPtr
- Class Stream
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| outputStream | const System::SharedPtr<System::IO::Stream>& | The stream to save the TIFF image. |
| settings | const System::SharedPtr<Devices::TiffSettings>& | Settings object that defines TIFF parameters. |
See Also
- Typedef SharedPtr
- Class Stream
- Class TiffSettings
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| outputStream | const System::SharedPtr<System::IO::Stream>& | The stream to save the TIFF image. |
| settings | const System::SharedPtr<Devices::TiffSettings>& | Settings object that defines TIFF parameters. |
| converter | const System::SharedPtr<IIndexBitmapConverter>& | External converter |
See Also
- Typedef SharedPtr
- Class Stream
- Class TiffSettings
- Class IIndexBitmapConverter
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| outputStream | const System::SharedPtr<System::IO::Stream>& | The stream to save the TIFF image. |
| pageSize | const System::SharedPtr<PageSize>& | The page size of the image. |
See Also
- Typedef SharedPtr
- Class Stream
- Class PageSize
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| outputStream | const System::SharedPtr<System::IO::Stream>& | The stream to save the TIFF image. |
| pageSize | const System::SharedPtr<PageSize>& | The page size of the image. |
| settings | const System::SharedPtr<Devices::TiffSettings>& | Settings object that defines TIFF parameters. |
See Also
- Typedef SharedPtr
- Class Stream
- Class PageSize
- Class TiffSettings
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| outputStream | const System::SharedPtr<System::IO::Stream>& | The output stream. |
| compressionType | Devices::CompressionType | Type of the compression. |
See Also
- Typedef SharedPtr
- Class Stream
- Enum CompressionType
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| outputStream | const System::SharedPtr<System::IO::Stream>& | The stream to save the TIFF image. |
| imageWidth | int32_t | The image width, the unit is pixel. |
| imageHeight | int32_t | The image height, the unit is pixel. |
See Also
- Typedef SharedPtr
- Class Stream
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| outputStream | const System::SharedPtr<System::IO::Stream>& | The stream to save the TIFF image. |
| imageWidth | int32_t | The image width, the unit is pixel. |
| imageHeight | int32_t | The image height, the unit is pixel. |
| settings | const System::SharedPtr<Devices::TiffSettings>& | Settings object that defines TIFF parameters. |
See Also
- Typedef SharedPtr
- Class Stream
- Class TiffSettings
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| outputStream | const System::SharedPtr<System::IO::Stream>& | The stream to save the TIFF image. |
| imageWidth | int32_t | The image width, the unit is pixel. |
| imageHeight | int32_t | The image height, the unit is pixel. |
| settings | const System::SharedPtr<Devices::TiffSettings>& | Settings object that defines TIFF parameters. |
| converter | const System::SharedPtr<IIndexBitmapConverter>& | External converter |
See Also
- Typedef SharedPtr
- Class Stream
- Class TiffSettings
- Class IIndexBitmapConverter
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| outputStream | const System::SharedPtr<System::IO::Stream>& | The stream to save the TIFF image. |
| imageWidth | int32_t | The image width, the unit is pixel. |
| imageHeight | int32_t | The image height, the unit is pixel. |
| compressionType | Devices::CompressionType | Type of the compression. |
See Also
- Typedef SharedPtr
- Class Stream
- Enum CompressionType
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| outputFile | const System::String& | The file to save the TIFF image. |
See Also
- Class String
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| outputFile | const System::String& | The file name to save the TIFF image |
| settings | const System::SharedPtr<Devices::TiffSettings>& | Settings object that defines TIFF parameters. |
See Also
- Class String
- Typedef SharedPtr
- Class TiffSettings
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| outputFile | const System::String& | The file name to save the TIFF image |
| settings | const System::SharedPtr<Devices::TiffSettings>& | Settings object that defines TIFF parameters. |
| converter | const System::SharedPtr<IIndexBitmapConverter>& | External converter |
See Also
- Class String
- Typedef SharedPtr
- Class TiffSettings
- Class IIndexBitmapConverter
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| outputFile | const System::String& | The file name to save the TIFF image |
| pageSize | const System::SharedPtr<PageSize>& | The page size of the image. |
See Also
- Class String
- Typedef SharedPtr
- Class PageSize
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| outputFile | const System::String& | The file name to save the TIFF image |
| pageSize | const System::SharedPtr<PageSize>& | The page size of the image. |
| settings | const System::SharedPtr<Devices::TiffSettings>& | Settings object that defines TIFF parameters. |
See Also
- Class String
- Typedef SharedPtr
- Class PageSize
- Class TiffSettings
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| outputFile | const System::String& | The output file. |
| compressionType | Devices::CompressionType | Type of the compression. |
See Also
- Class String
- Enum CompressionType
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| outputFile | const System::String& | The file name to save the TIFF image |
| imageWidth | int32_t | The image width, the unit is pixel. |
| imageHeight | int32_t | The image height, the unit is pixel. |
See Also
- Class String
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| outputFile | const System::String& | The file name to save the TIFF image |
| imageWidth | int32_t | The image width, the unit is pixel. |
| imageHeight | int32_t | The image height, the unit is pixel. |
| settings | const System::SharedPtr<Devices::TiffSettings>& | Settings object that defines TIFF parameters. |
See Also
- Class String
- Typedef SharedPtr
- Class TiffSettings
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| outputFile | const System::String& | The file name to save the TIFF image |
| imageWidth | int32_t | The image width, the unit is pixel. |
| imageHeight | int32_t | The image height, the unit is pixel. |
| settings | const System::SharedPtr<Devices::TiffSettings>& | Settings object that defines TIFF parameters. |
| converter | const System::SharedPtr<IIndexBitmapConverter>& | External converter |
See Also
- Class String
- Typedef SharedPtr
- Class TiffSettings
- Class IIndexBitmapConverter
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| outputFile | const System::String& | The file name to save the TIFF image |
| imageWidth | int32_t | The image width, the unit is pixel. |
| imageHeight | int32_t | The image height, the unit is pixel. |
| compressionType | Devices::CompressionType | Type of the compression. |
See Also
- Class String
- Enum CompressionType
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++