Aspose::Page::EPS::PsDocument::SaveAsPdf method
PsDocument::SaveAsPdf(System::SharedPtr<System::IO::Stream>, System::SharedPtr<Device::PdfSaveOptions>) method
PS/EPS 파일을 PDF 스트림으로 저장합니다.
void Aspose::Page::EPS::PsDocument::SaveAsPdf(System::SharedPtr<System::IO::Stream> pdfStream, System::SharedPtr<Device::PdfSaveOptions> options)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| pdfStream | System::SharedPtr<System::IO::Stream> | 출력 PDF 스트림. |
| 옵션 | System::SharedPtr<Device::PdfSaveOptions> | 변환 중 발생한 오류의 출력을 지정하는 플래그를 포함합니다. |
또 보기
- Typedef SharedPtr
- Class Stream
- Class PdfSaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::SaveAsPdf(System::String, System::SharedPtr<Device::PdfSaveOptions>) method
PS/EPS 파일을 PDF 파일로 저장합니다.
void Aspose::Page::EPS::PsDocument::SaveAsPdf(System::String outPdfFilePath, System::SharedPtr<Device::PdfSaveOptions> options)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| outPdfFilePath | System::String | 출력 PDF 파일 경로입니다. |
| 옵션 | System::SharedPtr<Device::PdfSaveOptions> | 변환 중 발생한 오류의 출력을 지정하는 플래그를 포함합니다. |
또 보기
- Class String
- Typedef SharedPtr
- Class PdfSaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++