MarkdownToPdfConverterConvertStringToPdf Method
Converts a Markdown string to a PDF byte array
Namespace: EvoPdf.NextAssembly: EvoPdf.Next.MarkdownToPdf (in EvoPdf.Next.MarkdownToPdf.dll) Version: 14.36.0
public byte[] ConvertStringToPdf(
string markdownContent,
string baseUrl
)
- markdownContent String
- The Markdown content as a string
- baseUrl String
- Can be used to resolve relative resources.
To load local file system resources referenced with a file:// URL or an absolute disk path, set this to "file:///"
BytePDF bytes representing the rendered document