MarkdownToPdfConverterConvertStringToPdf Method
Converts a Markdown string to a PDF byte array
Namespace: HiQPdf.NextAssembly: HiQPdf.Next.MarkdownToPdf (in HiQPdf.Next.MarkdownToPdf.dll) Version: 18.0.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
BytePDF bytes representing the rendered document