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

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

Merges PS/EPS files to a device.

void Aspose::Page::EPS::PsDocument::MergeToPdf(System::SharedPtr<System::IO::Stream> pdfStream, System::ArrayPtr<System::String> filesForMerge, System::SharedPtr<SaveOptions> options)
ParameterTypeDescription
filesForMergeSystem::SharedPtr<System::IO::Stream>PS/EPS files for merging with this file to an output device.
pdfStreamSystem::ArrayPtr<System::String>An output PDF stream.
optionsSystem::SharedPtr<SaveOptions>Contains flags that specify output of errors thrown during conversion.

See Also

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

Merges PS/EPS files to a device.

void Aspose::Page::EPS::PsDocument::MergeToPdf(System::String outPdfFilePath, System::ArrayPtr<System::String> filesForMerge, System::SharedPtr<SaveOptions> options)
ParameterTypeDescription
filesForMergeSystem::StringPS/EPS files for merging with this file to an output device.
outPdfFilePathSystem::ArrayPtr<System::String>An output PDF file path.
optionsSystem::SharedPtr<SaveOptions>Contains flags that specify output of errors thrown during conversion.

See Also