MarkdownToPdfConverterConvertFileToPdf Method

Converts a Markdown file to a PDF byte array

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next.MarkdownToPdf (in Winnovative.Pdf.Next.MarkdownToPdf.dll) Version: 20.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