Aspose::Page::EPS::PsDocument::SaveAsPdf method
isi
[
bersembunyi
]PsDocument::SaveAsPdf(System::SharedPtr<System::IO::Stream>, System::SharedPtr<Device::PdfSaveOptions>) method
Menyimpan file PS/EPS ke aliran PDF.
void Aspose::Page::EPS::PsDocument::SaveAsPdf(System::SharedPtr<System::IO::Stream> pdfStream, System::SharedPtr<Device::PdfSaveOptions> options)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| pdfStream | System::SharedPtr<System::IO::Stream> | Aliran PDF output. |
| opsi | System::SharedPtr<Device::PdfSaveOptions> | Berisi flag yang menentukan output kesalahan yang dilempar selama konversi. |
Lihat Juga
- 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
Menyimpan file PS/EPS ke file PDF.
void Aspose::Page::EPS::PsDocument::SaveAsPdf(System::String outPdfFilePath, System::SharedPtr<Device::PdfSaveOptions> options)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| outPdfFilePath | System::String | Path file PDF output. |
| opsi | System::SharedPtr<Device::PdfSaveOptions> | Berisi flag yang menentukan output kesalahan yang dilempar selama konversi. |
Lihat Juga
- Class String
- Typedef SharedPtr
- Class PdfSaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++