EVO PDF Logo

WordToPdfConverterConvertWordData Method

EVO PDF Client for .NET Core
Overload List

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

Reference