WordToPdfConverterConvertToPdfFile(Byte, String) Method

Converts a Word document from a byte array to PDF and saves the result to a specified file path

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next.WordToPdf (in Winnovative.Pdf.Next.WordToPdf.dll) Version: 20.0.0
C#
public void ConvertToPdfFile(
	byte[] wordBytes,
	string outputPdfFilePath
)

Parameters

wordBytes  Byte
The content of the DOCX file as a byte array
outputPdfFilePath  String
The full path where the resulting PDF file will be saved

See Also