Aspose::Page::EPS::PsDocument::MergeToPdf 方法
PsDocument::MergeToPdf(System::SharedPtr<System::IO::Stream>, System::ArrayPtr<System::String>, System::SharedPtr<SaveOptions>) method
将 PS/EPS 文件合并到设备。
void Aspose::Page::EPS::PsDocument::MergeToPdf(System::SharedPtr<System::IO::Stream> pdfStream, System::ArrayPtr<System::String> filesForMerge, System::SharedPtr<SaveOptions> options)
| Parameter | Type | 描述 |
|---|---|---|
| filesForMerge | System::SharedPtr<System::IO::Stream> | 用于与此文件合并到输出设备的 PS/EPS 文件。 |
| pdfStream | System::ArrayPtr<System::String> | 输出 PDF 流。 |
| 选项 | System::SharedPtr<SaveOptions> | 包含指定在转换期间抛出的错误输出的标志。 |
另见
- 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
将 PS/EPS 文件合并到设备。
void Aspose::Page::EPS::PsDocument::MergeToPdf(System::String outPdfFilePath, System::ArrayPtr<System::String> filesForMerge, System::SharedPtr<SaveOptions> options)
| Parameter | Type | 描述 |
|---|---|---|
| filesForMerge | System::String | 用于与此文件合并到输出设备的 PS/EPS 文件。 |
| outPdfFilePath | System::ArrayPtr<System::String> | 输出 PDF 文件的路径。 |
| 选项 | System::SharedPtr<SaveOptions> | 包含指定在转换期间抛出的错误输出的标志。 |
另见
- Class String
- Typedef ArrayPtr
- Typedef SharedPtr
- Class SaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++