MarkdownToPdfConverterConvertFileToPdf Method

Converts a Markdown file to a PDF byte array

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next.MarkdownToPdf (in HiQPdf.Next.MarkdownToPdf.dll) Version: 18.0.0
C#
public byte[] ConvertFileToPdf(
	string markdownFilePath
)

Parameters

markdownFilePath  String
Full path to the input Markdown file

Return Value

Byte
Generated PDF bytes

See Also