Metode Aspose::Page::XPS::XpsDocument::MergeToPdf
isi
[
bersembunyi
]XpsDocument::MergeToPdf(System::ArrayPtr<System::String>, System::SharedPtr<System::IO::Stream>, System::SharedPtr<Presentation::Pdf::PdfSaveOptions>) method
Menggabungkan dokumen XPS ke PDF menggunakan instance Device.
void Aspose::Page::XPS::XpsDocument::MergeToPdf(System::ArrayPtr<System::String> filesForMerge, System::SharedPtr<System::IO::Stream> pdfStream, System::SharedPtr<Presentation::Pdf::PdfSaveOptions> options)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| filesForMerge | System::ArrayPtr<System::String> | Berkas XPS untuk digabungkan dengan dokumen ini ke perangkat output. |
| pdfStream | System::SharedPtr<System::IO::Stream> | Aliran PDF output. |
| options | System::SharedPtr<Presentation::Pdf::PdfSaveOptions> | Opsi penyimpanan Document. |
Lihat Juga
- 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
Menggabungkan dokumen XPS ke PDF menggunakan instance Device.
void Aspose::Page::XPS::XpsDocument::MergeToPdf(System::ArrayPtr<System::String> filesForMerge, System::String outPdfFilePath, System::SharedPtr<Presentation::Pdf::PdfSaveOptions> options)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| filesForMerge | System::ArrayPtr<System::String> | Berkas XPS untuk digabungkan dengan dokumen ini ke perangkat output. |
| outPdfFilePath | System::String | Path file PDF output. |
| options | System::SharedPtr<Presentation::Pdf::PdfSaveOptions> | Opsi penyimpanan Document. |
Lihat Juga
- Typedef ArrayPtr
- Class String
- Typedef SharedPtr
- Class PdfSaveOptions
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++