Aspose::Page::XPS::XpsDocument::MergeToPdf method
अंतर्वस्तु
[
छिपाना
]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++