MarkdownToPdfConverterConvertStringToPdfFile Method

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

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next.MarkdownToPdf (in HiQPdf.Next.MarkdownToPdf.dll) Version: 18.0.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
outputPdfFilePath  String
Output PDF path

See Also