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)
पैरामीटरप्रकारविवरण
filesForMergeSystem::ArrayPtr<System::String>XPS फ़ाइलें इस दस्तावेज़ के साथ आउटपुट डिवाइस में मर्ज करने के लिए।
pdfStreamSystem::SharedPtr<System::IO::Stream>एक आउटपुट PDF स्ट्रीम।
optionsSystem::SharedPtr<Presentation::Pdf::PdfSaveOptions>Document सहेजने के विकल्प।

संबंधित देखें

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)
पैरामीटरप्रकारविवरण
filesForMergeSystem::ArrayPtr<System::String>XPS फ़ाइलें इस दस्तावेज़ के साथ आउटपुट डिवाइस में मर्ज करने के लिए।
outPdfFilePathSystem::Stringएक आउटपुट PDF फ़ाइल पथ।
optionsSystem::SharedPtr<Presentation::Pdf::PdfSaveOptions>Document सहेजने के विकल्प।

संबंधित देखें