Winnovative Logo

WordToPdfConverter.ConvertWordDataToFile Method

Winnovative Client for .NET Core
Overload List

  NameDescription
Public methodConvertWordDataToFile(Byte[], String)
Converts a Word document read from a data buffer to PDF and writes the rendered PDF document into a file
Public methodConvertWordDataToFile(Byte[], String, String)
Converts a Word document read from a data buffer to PDF and writes the rendered PDF document into a file. You can specify the password to open the Word document
Public methodConvertWordDataToFile(Byte[], Int32, Int32, String)
Converts a Word document read from a data buffer to PDF and writes the rendered PDF document into a file. You can specify the page range to be exported to PDF
Public methodConvertWordDataToFile(Byte[], String, Int32, Int32, String)
Converts a Word document read from a data buffer to PDF and writes the rendered PDF document into a file. You can specify the password to open the Word document and the page range to be exported to PDF
Top
See Also

Reference