Aspose::Page::EPS::PsDocument::SaveAsPdf method

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)
ParameterTipeDeskripsi
pdfStreamSystem::SharedPtr<System::IO::Stream>Aliran PDF output.
opsiSystem::SharedPtr<Device::PdfSaveOptions>Berisi flag yang menentukan output kesalahan yang dilempar selama konversi.

Lihat Juga

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)
ParameterTipeDeskripsi
outPdfFilePathSystem::StringPath file PDF output.
opsiSystem::SharedPtr<Device::PdfSaveOptions>Berisi flag yang menentukan output kesalahan yang dilempar selama konversi.

Lihat Juga