MarkdownToPdfConverterConvertStringToPdfFile Method

Converts a Markdown string to PDF and writes the result to the specified output path

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next.MarkdownToPdf (in EvoPdf.Next.MarkdownToPdf.dll) Version: 14.36.0
C#
public void ConvertStringToPdfFile(
	string markdownContent,
	string baseUrl,
	string outputPdfFilePath
)

Parameters

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:///"
outputPdfFilePath  String
Output PDF path

See Also