Método Aspose::Pdf::RtfConverter::ToPdf

RtfConverter::ToPdf method

Método que convierte un documento RTF a PDF.

static void Aspose::Pdf::RtfConverter::ToPdf(const System::SharedPtr<Aspose::Pdf::Document> &doc, const System::SharedPtr<System::IO::Stream> &stream, const System::SharedPtr<RtfLoadOptions> &options)
ParámetroTipoDescripción
documentoconst System::SharedPtr<Aspose::Pdf::Document>&Documento PDF.
flujoconst System::SharedPtr<System::IO::Stream>&Secuencia de documento RTF.
opcionesconst System::SharedPtr<RtfLoadOptions>&Opciones de carga de RTF.

Ver también