Aspose::Pdf::RtfConverter::ToPdf method
RtfConverter::ToPdf method
Method that converts RTF document to PDF.
static void Aspose::Pdf::RtfConverter::ToPdf(System::SharedPtr<Aspose::Pdf::Document> doc, System::SharedPtr<System::IO::Stream> stream, System::SharedPtr<RtfLoadOptions> options)
| Parameter | Type | Description |
|---|---|---|
| document | System::SharedPtr<Aspose::Pdf::Document> | PDF document. |
| stream | System::SharedPtr<System::IO::Stream> | RTF document stream. |
| options | System::SharedPtr<RtfLoadOptions> | RTF loading options. |
See Also
- Typedef SharedPtr
- Class Document
- Class Stream
- Class RtfLoadOptions
- Class RtfConverter
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++