MarkdownToPdfDocumentOptionsAddStartPdf(String) Method

Add a PDF from a file to the list of documents to be included before the converted HTML content in the final PDF

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next.MarkdownToPdf (in Winnovative.Pdf.Next.MarkdownToPdf.dll) Version: 20.0.0
C#
public void AddStartPdf(
	string pdfFilePath
)

Parameters

pdfFilePath  String
The PDF file path

See Also