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)
ParameterTypeΠεριγραφή
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)
ParameterTypeΠεριγραφή
filesForMergeSystem::ArrayPtr<System::String>Αρχεία XPS για συγχώνευση με αυτό το έγγραφο σε μια συσκευή εξόδου.
outPdfFilePathSystem::StringΜια διαδρομή εξόδου αρχείου PDF.
optionsSystem::SharedPtr<Presentation::Pdf::PdfSaveOptions>Επιλογές αποθήκευσης Document.

Δείτε επίσης