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

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

PS/EPS 파일을 장치에 병합합니다.

void Aspose::Page::EPS::PsDocument::MergeToPdf(System::SharedPtr<System::IO::Stream> pdfStream, System::ArrayPtr<System::String> filesForMerge, System::SharedPtr<SaveOptions> options)
매개변수형식설명
filesForMergeSystem::SharedPtr<System::IO::Stream>이 파일과 병합하여 출력 장치에 사용할 PS/EPS 파일.
pdfStreamSystem::ArrayPtr<System::String>출력 PDF 스트림.
옵션System::SharedPtr<SaveOptions>변환 중 발생한 오류의 출력을 지정하는 플래그를 포함합니다.

또 보기

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

PS/EPS 파일을 장치에 병합합니다.

void Aspose::Page::EPS::PsDocument::MergeToPdf(System::String outPdfFilePath, System::ArrayPtr<System::String> filesForMerge, System::SharedPtr<SaveOptions> options)
매개변수형식설명
filesForMergeSystem::String이 파일과 병합하여 출력 장치에 사용할 PS/EPS 파일.
outPdfFilePathSystem::ArrayPtr<System::String>출력 PDF 파일 경로입니다.
옵션System::SharedPtr<SaveOptions>변환 중 발생한 오류의 출력을 지정하는 플래그를 포함합니다.

또 보기