Winnovative RTF to PDF Converter Library for .NET
GetPdfBytesFromRtfFile Method (rtfFilePath)
NamespacesWinnovative.WnvRtfToPdfPdfConverterGetPdfBytesFromRtfFile(String)
Winnovative RTF to PDF Converter Library for .NET
Gest the PDF document rendered from the specified RTF file to a memory buffer.
Declaration Syntax
C#Visual BasicVisual C++
public byte[] GetPdfBytesFromRtfFile(
	string rtfFilePath
)
Public Function GetPdfBytesFromRtfFile ( _
	rtfFilePath As String _
) As Byte()
public:
array<unsigned char>^ GetPdfBytesFromRtfFile(
	String^ rtfFilePath
)
Parameters
rtfFilePath (String)
The full path of the RTF file
Return Value
An array of bytes containing the binary representation of the PDF document

Assembly: Winnovative.WnvRtfToPdf (Module: Winnovative.WnvRtfToPdf) Version: 3.1.0.0 (3.1.0.0)