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ámetro | Tipo | Descripción |
|---|---|---|
| documento | const System::SharedPtr<Aspose::Pdf::Document>& | Documento PDF. |
| flujo | const System::SharedPtr<System::IO::Stream>& | Secuencia de documento RTF. |
| opciones | const System::SharedPtr<RtfLoadOptions>& | Opciones de carga de RTF. |
Ver también
- Typedef SharedPtr
- Class Document
- Class Stream
- Class RtfLoadOptions
- Class RtfConverter
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++