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)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| filesForMerge | System::SharedPtr<System::IO::Stream> | 이 파일과 병합하여 출력 장치에 사용할 PS/EPS 파일. |
| pdfStream | System::ArrayPtr<System::String> | 출력 PDF 스트림. |
| 옵션 | System::SharedPtr<SaveOptions> | 변환 중 발생한 오류의 출력을 지정하는 플래그를 포함합니다. |
또 보기
- Typedef SharedPtr
- Class Stream
- Typedef ArrayPtr
- Class String
- Class SaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
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)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| filesForMerge | System::String | 이 파일과 병합하여 출력 장치에 사용할 PS/EPS 파일. |
| outPdfFilePath | System::ArrayPtr<System::String> | 출력 PDF 파일 경로입니다. |
| 옵션 | System::SharedPtr<SaveOptions> | 변환 중 발생한 오류의 출력을 지정하는 플래그를 포함합니다. |
또 보기
- Class String
- Typedef ArrayPtr
- Typedef SharedPtr
- Class SaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++