Aspose::Page::EPS::PsDocument::MergeToPdf method
Contenido
[
Ocultar
]PsDocument::MergeToPdf(System::SharedPtr<System::IO::Stream>, System::ArrayPtr<System::String>, System::SharedPtr<SaveOptions>) method
Fusiona archivos PS/EPS a un dispositivo.
void Aspose::Page::EPS::PsDocument::MergeToPdf(System::SharedPtr<System::IO::Stream> pdfStream, System::ArrayPtr<System::String> filesForMerge, System::SharedPtr<SaveOptions> options)
| Parámetro | Tipo | Descripción |
|---|---|---|
| filesForMerge | System::SharedPtr<System::IO::Stream> | Archivos PS/EPS para fusionar con este archivo a un dispositivo de salida. |
| pdfStream | System::ArrayPtr<System::String> | Un flujo PDF de salida. |
| opciones | System::SharedPtr<SaveOptions> | Contiene banderas que especifican la salida de errores generados durante la conversión. |
Ver también
- Typedef SharedPtr
- Class Stream
- Typedef ArrayPtr
- Class String
- Class SaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::MergeToPdf(System::String, System::ArrayPtr<System::String>, System::SharedPtr<SaveOptions>) method
Fusiona archivos PS/EPS a un dispositivo.
void Aspose::Page::EPS::PsDocument::MergeToPdf(System::String outPdfFilePath, System::ArrayPtr<System::String> filesForMerge, System::SharedPtr<SaveOptions> options)
| Parámetro | Tipo | Descripción |
|---|---|---|
| filesForMerge | System::String | Archivos PS/EPS para fusionar con este archivo a un dispositivo de salida. |
| outPdfFilePath | System::ArrayPtr<System::String> | Una ruta de archivo PDF de salida. |
| opciones | System::SharedPtr<SaveOptions> | Contiene banderas que especifican la salida de errores generados durante la conversión. |
Ver también
- Class String
- Typedef ArrayPtr
- Typedef SharedPtr
- Class SaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++