MarkdownToPdfConverterConvertStringToPdf Method
Converts a Markdown string to a PDF byte array
Namespace: Winnovative.Pdf.NextAssembly: Winnovative.Pdf.Next.MarkdownToPdf (in Winnovative.Pdf.Next.MarkdownToPdf.dll) Version: 20.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