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)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| filesForMerge | System::ArrayPtr<System::String> | 이 문서와 병합하기 위한 출력 장치용 XPS 파일. |
| pdfStream | System::SharedPtr<System::IO::Stream> | 출력 PDF 스트림. |
| options | System::SharedPtr<Presentation::Pdf::PdfSaveOptions> | Document 저장 옵션. |
또 보기
- Typedef ArrayPtr
- Class String
- Typedef SharedPtr
- Class Stream
- Class PdfSaveOptions
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
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)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| filesForMerge | System::ArrayPtr<System::String> | 이 문서와 병합하기 위한 출력 장치용 XPS 파일. |
| outPdfFilePath | System::String | 출력 PDF 파일 경로입니다. |
| options | System::SharedPtr<Presentation::Pdf::PdfSaveOptions> | Document 저장 옵션. |
또 보기
- Typedef ArrayPtr
- Class String
- Typedef SharedPtr
- Class PdfSaveOptions
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++