EVO PDF Logo

WordToPdfConverterConvertWordDataToPdfDocumentObject Method

EVO PDF Client for .NET Core
Overload List

  NameDescription
Public methodConvertWordDataToPdfDocumentObject(Byte)
Converts a Word document read from a data buffer to PDF and returns the rendered PDF document as an object of the Document class that can be further used in other operations requiring this type of objects
Public methodConvertWordDataToPdfDocumentObject(Byte, String)
Converts a Word document read from a data buffer to PDF and returns the rendered PDF document as an object of the Document class that can be further used in other operations requiring this type of objects. You can specify the password to open the Word document
Public methodConvertWordDataToPdfDocumentObject(Byte, Int32, Int32)
Converts a Word document read from a data buffer to PDF and returns the rendered PDF document as an object of the Document class that can be further used in other operations requiring this type of objects. You can specify the page range to be exported to PDF
Public methodConvertWordDataToPdfDocumentObject(Byte, String, Int32, Int32)
Converts a Word document read from a data buffer to PDF and returns the rendered PDF document as an object of the Document class that can be further used in other operations requiring this type of objects. You can specify the password to open the Word document and the page range to be exported to PDF
Top
See Also

Reference