public sealed class MarkdownToPdfConverter| MarkdownToPdfConverter | Initializes a new instance of the MarkdownToPdfConverter class with default options |
| DisableRawHtml | Controls whether raw HTML embedded in Markdown is ignored. The default value is false |
| MarkdownLoaderFilePath | Sets the full path of Markdown loader file |
| PdfDocumentOptions | Gets a reference to the object controlling the conversion process and the generated PDF document properties like PDF document margins, PDF page size and orientation, PDF document header and footer |
| ConvertFileToPdf | Converts a Markdown file to a PDF byte array |
| ConvertFileToPdfAsync | Asynchronously converts a Markdown file to a PDF byte array |
| ConvertFileToPdfFile | Converts a Markdown file to PDF and writes the result to the specified output path |
| ConvertFileToPdfFileAsync | Asynchronously converts a Markdown file to PDF and writes the result to the specified output path |
| ConvertStringToPdf | Converts a Markdown string to a PDF byte array |
| ConvertStringToPdfAsync | Asynchronously converts a Markdown string to a PDF byte array |
| ConvertStringToPdfFile | Converts a Markdown string to PDF and writes the result to the specified output path |
| ConvertStringToPdfFileAsync | Asynchronously converts a Markdown string to PDF and writes the result to the specified output path |
| Equals | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| ToString | (Inherited from Object) |