WordToPdfConverterConvertToPdfFile(Byte, String) Method
Converts a Word document from a byte array to PDF and saves the result to a specified file path
Namespace: Winnovative.Pdf.NextAssembly: Winnovative.Pdf.Next.WordToPdf (in Winnovative.Pdf.Next.WordToPdf.dll) Version: 20.0.0
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