Aspose::Page::EPS::PsDocument::MergeToPdf method

PsDocument::MergeToPdf(System::SharedPtr<System::IO::Stream>, System::ArrayPtr<System::String>, System::SharedPtr<SaveOptions>) method

Menggabungkan file PS/EPS ke sebuah perangkat.

void Aspose::Page::EPS::PsDocument::MergeToPdf(System::SharedPtr<System::IO::Stream> pdfStream, System::ArrayPtr<System::String> filesForMerge, System::SharedPtr<SaveOptions> options)
ParameterTipeDeskripsi
filesForMergeSystem::SharedPtr<System::IO::Stream>File PS/EPS untuk digabungkan dengan file ini ke perangkat output.
pdfStreamSystem::ArrayPtr<System::String>Aliran PDF output.
opsiSystem::SharedPtr<SaveOptions>Berisi flag yang menentukan output kesalahan yang dilempar selama konversi.

Lihat Juga

PsDocument::MergeToPdf(System::String, System::ArrayPtr<System::String>, System::SharedPtr<SaveOptions>) method

Menggabungkan file PS/EPS ke sebuah perangkat.

void Aspose::Page::EPS::PsDocument::MergeToPdf(System::String outPdfFilePath, System::ArrayPtr<System::String> filesForMerge, System::SharedPtr<SaveOptions> options)
ParameterTipeDeskripsi
filesForMergeSystem::StringFile PS/EPS untuk digabungkan dengan file ini ke perangkat output.
outPdfFilePathSystem::ArrayPtr<System::String>Path file PDF output.
opsiSystem::SharedPtr<SaveOptions>Berisi flag yang menentukan output kesalahan yang dilempar selama konversi.

Lihat Juga