Aspose::Pdf::Facades::PdfConverter::SaveAsTIFF método
PdfConverter::SaveAsTIFF(const System::SharedPtr<System::IO::Stream>&) method
Convierte cada página de un documento pdf a imágenes y guarda las imágenes en un único flujo TIFF.
void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFF(const System::SharedPtr<System::IO::Stream> &outputStream)
| Parámetro | Tipo | Descripción |
|---|---|---|
| outputStream | const System::SharedPtr<System::IO::Stream>& | El flujo para guardar la imagen TIFF. |
Ver también
- 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
Convierte cada página de un documento pdf a imágenes y guarda las imágenes en un único flujo TIFF.
void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFF(const System::SharedPtr<System::IO::Stream> &outputStream, const System::SharedPtr<Devices::TiffSettings> &settings)
| Parámetro | Tipo | Descripción |
|---|---|---|
| outputStream | const System::SharedPtr<System::IO::Stream>& | El flujo para guardar la imagen TIFF. |
| settings | const System::SharedPtr<Devices::TiffSettings>& | Objeto Settings que define los parámetros TIFF. |
Ver también
- 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
Convierte cada página de un documento pdf a imágenes y guarda las imágenes en un único flujo TIFF.
void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFF(const System::SharedPtr<System::IO::Stream> &outputStream, const System::SharedPtr<Devices::TiffSettings> &settings, const System::SharedPtr<IIndexBitmapConverter> &converter)
| Parámetro | Tipo | Descripción |
|---|---|---|
| outputStream | const System::SharedPtr<System::IO::Stream>& | El flujo para guardar la imagen TIFF. |
| settings | const System::SharedPtr<Devices::TiffSettings>& | Objeto Settings que define los parámetros TIFF. |
| converter | const System::SharedPtr<IIndexBitmapConverter>& | Convertidor externo |
Ver también
- 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
Convierte cada página de un documento pdf a imágenes con el tamaño de página y guarda las imágenes en un único flujo TIFF.
void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFF(const System::SharedPtr<System::IO::Stream> &outputStream, const System::SharedPtr<PageSize> &pageSize)
| Parámetro | Tipo | Descripción |
|---|---|---|
| outputStream | const System::SharedPtr<System::IO::Stream>& | El flujo para guardar la imagen TIFF. |
| pageSize | const System::SharedPtr<PageSize>& | El tamaño de página de la imagen. |
Ver también
- 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
Convierte cada página de un documento pdf a imágenes con el tamaño de página y guarda las imágenes en un único flujo TIFF.
void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFF(const System::SharedPtr<System::IO::Stream> &outputStream, const System::SharedPtr<PageSize> &pageSize, const System::SharedPtr<Devices::TiffSettings> &settings)
| Parámetro | Tipo | Descripción |
|---|---|---|
| outputStream | const System::SharedPtr<System::IO::Stream>& | El flujo para guardar la imagen TIFF. |
| pageSize | const System::SharedPtr<PageSize>& | El tamaño de página de la imagen. |
| settings | const System::SharedPtr<Devices::TiffSettings>& | Objeto Settings que define los parámetros TIFF. |
Ver también
- 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
Convierte cada página de un documento pdf a imágenes y guarda las imágenes en un único archivo TIFF.
void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFF(const System::SharedPtr<System::IO::Stream> &outputStream, Devices::CompressionType compressionType)
| Parámetro | Tipo | Descripción |
|---|---|---|
| outputStream | const System::SharedPtr<System::IO::Stream>& | El flujo de salida. |
| compressionType | Devices::CompressionType | Tipo de la compresión. |
Ver también
- 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
Convierte cada página de un documento pdf a imágenes con dimensiones y guarda las imágenes en un único flujo TIFF.
void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFF(const System::SharedPtr<System::IO::Stream> &outputStream, int32_t imageWidth, int32_t imageHeight)
| Parámetro | Tipo | Descripción |
|---|---|---|
| outputStream | const System::SharedPtr<System::IO::Stream>& | El flujo para guardar la imagen TIFF. |
| imageWidth | int32_t | El ancho de la imagen, la unidad es píxel. |
| imageHeight | int32_t | El alto de la imagen, la unidad es píxel. |
Ver también
- 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
Convierte cada página de un documento pdf a imágenes con dimensiones y guarda las imágenes en un único flujo TIFF.
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)
| Parámetro | Tipo | Descripción |
|---|---|---|
| outputStream | const System::SharedPtr<System::IO::Stream>& | El flujo para guardar la imagen TIFF. |
| imageWidth | int32_t | El ancho de la imagen, la unidad es píxel. |
| imageHeight | int32_t | El alto de la imagen, la unidad es píxel. |
| settings | const System::SharedPtr<Devices::TiffSettings>& | Objeto Settings que define los parámetros TIFF. |
Ver también
- 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
Convierte cada página de un documento pdf a imágenes con dimensiones y guarda las imágenes en un único flujo TIFF.
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)
| Parámetro | Tipo | Descripción |
|---|---|---|
| outputStream | const System::SharedPtr<System::IO::Stream>& | El flujo para guardar la imagen TIFF. |
| imageWidth | int32_t | El ancho de la imagen, la unidad es píxel. |
| imageHeight | int32_t | El alto de la imagen, la unidad es píxel. |
| settings | const System::SharedPtr<Devices::TiffSettings>& | Objeto Settings que define los parámetros TIFF. |
| converter | const System::SharedPtr<IIndexBitmapConverter>& | Convertidor externo |
Ver también
- 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
Convierte cada página de un documento pdf a imágenes con dimensiones y guarda las imágenes en un único flujo TIFF.
void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFF(const System::SharedPtr<System::IO::Stream> &outputStream, int32_t imageWidth, int32_t imageHeight, Devices::CompressionType compressionType)
| Parámetro | Tipo | Descripción |
|---|---|---|
| outputStream | const System::SharedPtr<System::IO::Stream>& | El flujo para guardar la imagen TIFF. |
| imageWidth | int32_t | El ancho de la imagen, la unidad es píxel. |
| imageHeight | int32_t | El alto de la imagen, la unidad es píxel. |
| compressionType | Devices::CompressionType | Tipo de la compresión. |
Ver también
- Typedef SharedPtr
- Class Stream
- Enum CompressionType
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfConverter::SaveAsTIFF(const System::String&) method
Convierte cada página de un documento pdf a imágenes y guarda las imágenes en un único archivo TIFF.
void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFF(const System::String &outputFile)
| Parámetro | Tipo | Descripción |
|---|---|---|
| outputFile | const System::String& | El archivo para guardar la imagen TIFF. |
Ver también
- Class String
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfConverter::SaveAsTIFF(const System::String&, const System::SharedPtr<Devices::TiffSettings>&) method
Convierte cada página de un documento pdf a imágenes y guarda las imágenes en un único archivo TIFF.
void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFF(const System::String &outputFile, const System::SharedPtr<Devices::TiffSettings> &settings)
| Parámetro | Tipo | Descripción |
|---|---|---|
| outputFile | const System::String& | El nombre de archivo para guardar la imagen TIFF |
| settings | const System::SharedPtr<Devices::TiffSettings>& | Objeto Settings que define los parámetros TIFF. |
Ver también
- 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
Convierte cada página de un documento pdf a imágenes y guarda las imágenes en un único archivo TIFF.
void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFF(const System::String &outputFile, const System::SharedPtr<Devices::TiffSettings> &settings, const System::SharedPtr<IIndexBitmapConverter> &converter)
| Parámetro | Tipo | Descripción |
|---|---|---|
| outputFile | const System::String& | El nombre de archivo para guardar la imagen TIFF |
| settings | const System::SharedPtr<Devices::TiffSettings>& | Objeto Settings que define los parámetros TIFF. |
| converter | const System::SharedPtr<IIndexBitmapConverter>& | Convertidor externo |
Ver también
- 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
Convierte cada página de un documento pdf a imágenes con tamaño de página y guarda las imágenes en un único archivo TIFF.
void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFF(const System::String &outputFile, const System::SharedPtr<PageSize> &pageSize)
| Parámetro | Tipo | Descripción |
|---|---|---|
| outputFile | const System::String& | El nombre de archivo para guardar la imagen TIFF |
| pageSize | const System::SharedPtr<PageSize>& | El tamaño de página de la imagen. |
Ver también
- 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
Convierte cada página de un documento pdf a imágenes con tamaño de página y guarda las imágenes en un único archivo TIFF.
void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFF(const System::String &outputFile, const System::SharedPtr<PageSize> &pageSize, const System::SharedPtr<Devices::TiffSettings> &settings)
| Parámetro | Tipo | Descripción |
|---|---|---|
| outputFile | const System::String& | El nombre de archivo para guardar la imagen TIFF |
| pageSize | const System::SharedPtr<PageSize>& | El tamaño de página de la imagen. |
| settings | const System::SharedPtr<Devices::TiffSettings>& | Objeto Settings que define los parámetros TIFF. |
Ver también
- 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
Convierte cada página de un documento pdf a imágenes y guarda las imágenes en un único archivo TIFF.
void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFF(const System::String &outputFile, Devices::CompressionType compressionType)
| Parámetro | Tipo | Descripción |
|---|---|---|
| outputFile | const System::String& | El archivo de salida. |
| compressionType | Devices::CompressionType | Tipo de la compresión. |
Ver también
- 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
Convierte cada página de un documento pdf a imágenes con dimensiones y guarda las imágenes en un único archivo TIFF.
void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFF(const System::String &outputFile, int32_t imageWidth, int32_t imageHeight)
| Parámetro | Tipo | Descripción |
|---|---|---|
| outputFile | const System::String& | El nombre de archivo para guardar la imagen TIFF |
| imageWidth | int32_t | El ancho de la imagen, la unidad es píxel. |
| imageHeight | int32_t | El alto de la imagen, la unidad es píxel. |
Ver también
- 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
Convierte cada página de un documento pdf a imágenes con dimensiones y guarda las imágenes en un único archivo TIFF.
void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFF(const System::String &outputFile, int32_t imageWidth, int32_t imageHeight, const System::SharedPtr<Devices::TiffSettings> &settings)
| Parámetro | Tipo | Descripción |
|---|---|---|
| outputFile | const System::String& | El nombre de archivo para guardar la imagen TIFF |
| imageWidth | int32_t | El ancho de la imagen, la unidad es píxel. |
| imageHeight | int32_t | El alto de la imagen, la unidad es píxel. |
| settings | const System::SharedPtr<Devices::TiffSettings>& | Objeto Settings que define los parámetros TIFF. |
Ver también
- 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
Convierte cada página de un documento pdf a imágenes con dimensiones y guarda las imágenes en un único archivo TIFF.
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)
| Parámetro | Tipo | Descripción |
|---|---|---|
| outputFile | const System::String& | El nombre de archivo para guardar la imagen TIFF |
| imageWidth | int32_t | El ancho de la imagen, la unidad es píxel. |
| imageHeight | int32_t | El alto de la imagen, la unidad es píxel. |
| settings | const System::SharedPtr<Devices::TiffSettings>& | Objeto Settings que define los parámetros TIFF. |
| converter | const System::SharedPtr<IIndexBitmapConverter>& | Convertidor externo |
Ver también
- 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
Convierte cada página de un documento pdf a imágenes con dimensiones y guarda las imágenes en un único archivo TIFF.
void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFF(const System::String &outputFile, int32_t imageWidth, int32_t imageHeight, Devices::CompressionType compressionType)
| Parámetro | Tipo | Descripción |
|---|---|---|
| outputFile | const System::String& | El nombre de archivo para guardar la imagen TIFF |
| imageWidth | int32_t | El ancho de la imagen, la unidad es píxel. |
| imageHeight | int32_t | El alto de la imagen, la unidad es píxel. |
| compressionType | Devices::CompressionType | Tipo de la compresión. |
Ver también
- Class String
- Enum CompressionType
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++