PdfMetamorphosisRtfToPdfConvertStream Method |
Convert the stream with RTF document to a PDF stream.
Namespace: SautinSoftAssembly: PdfMetamorphosis (in PdfMetamorphosis.dll) Version: 2025.2.25
Syntaxpublic Stream RtfToPdfConvertStream(
Stream inputStream
)
Public Function RtfToPdfConvertStream (
inputStream As Stream
) As Stream
Parameters
- inputStream Stream
- Stream with RTF document.
Return Value
StreamPDF document as byte array, or null in case of converting failed.
See Also