Aspose::Page::XPS::XpsDocument::MergeToPdf метод
Содержание
[
Скрывать
]XpsDocument::MergeToPdf(System::ArrayPtr<System::String>, System::SharedPtr<System::IO::Stream>, System::SharedPtr<Presentation::Pdf::PdfSaveOptions>) method
Объединение XPS документов в PDF с использованием экземпляра Device.
void Aspose::Page::XPS::XpsDocument::MergeToPdf(System::ArrayPtr<System::String> filesForMerge, System::SharedPtr<System::IO::Stream> pdfStream, System::SharedPtr<Presentation::Pdf::PdfSaveOptions> options)
| Параметр | Тип | Описание |
|---|---|---|
| filesForMerge | System::ArrayPtr<System::String> | XPS файлы для объединения с этим документом в выходное устройство. |
| pdfStream | System::SharedPtr<System::IO::Stream> | Выходной поток PDF. |
| options | System::SharedPtr<Presentation::Pdf::PdfSaveOptions> | Параметры сохранения Document. |
См. также
- Typedef ArrayPtr
- Class String
- Typedef SharedPtr
- Class Stream
- Class PdfSaveOptions
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::MergeToPdf(System::ArrayPtr<System::String>, System::String, System::SharedPtr<Presentation::Pdf::PdfSaveOptions>) method
Объединение XPS документов в PDF с использованием экземпляра Device.
void Aspose::Page::XPS::XpsDocument::MergeToPdf(System::ArrayPtr<System::String> filesForMerge, System::String outPdfFilePath, System::SharedPtr<Presentation::Pdf::PdfSaveOptions> options)
| Параметр | Тип | Описание |
|---|---|---|
| filesForMerge | System::ArrayPtr<System::String> | XPS файлы для объединения с этим документом в выходное устройство. |
| outPdfFilePath | System::String | Путь к выходному PDF‑файлу. |
| options | System::SharedPtr<Presentation::Pdf::PdfSaveOptions> | Параметры сохранения Document. |
См. также
- Typedef ArrayPtr
- Class String
- Typedef SharedPtr
- Class PdfSaveOptions
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++