WordToPdfConverterConvertToPdfFile(String, String) Method

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

Definition

Namespace: HiQPdf.Chromium
Assembly: HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 17.5.0
C#
public void ConvertToPdfFile(
	string docxFilePath,
	string outputPdfFilePath
)

Parameters

docxFilePath  String
The full path to the DOCX file that will be converted to PDF
outputPdfFilePath  String
The full path where the resulting PDF file will be saved

See Also