EVO PDF Logo

WordToPdfConverter Methods

EVO PDF Client for .NET Core

The WordToPdfConverter type exposes the following members.

Methods

  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
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
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
Public methodConvertWordFile(String)
Converts a Word file to PDF and returns the rendered PDF document into a memory buffer
Public methodConvertWordFile(String, String)
Converts a Word file to PDF and returns the rendered PDF document into a memory buffer. You can specify the password to open the Word document
Public methodConvertWordFile(String, Int32, Int32)
Converts a Word file to PDF and returns the rendered PDF document into a memory buffer. You can specify the page range to be exported to PDF
Public methodConvertWordFile(String, String, Int32, Int32)
Converts a Word file to PDF and returns the rendered PDF document into a memory buffer. You can specify the password to open the Word document and page range to be exported to PDF
Public methodConvertWordFileToFile(String, String)
Converts a Word file to PDF and writes the rendered PDF document into a file
Public methodConvertWordFileToFile(String, String, String)
Converts a Word file to PDF and writes the rendered PDF document into a file. You can specify the password to open the Word document
Public methodConvertWordFileToFile(String, Int32, Int32, String)
Converts a Word file to PDF and writes the rendered PDF document into a file. You can specify the page range to be exported to PDF
Public methodConvertWordFileToFile(String, String, Int32, Int32, String)
Converts a Word file 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
Public methodConvertWordFileToPdfDocumentObject(String)
Converts a Word file 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 methodConvertWordFileToPdfDocumentObject(String, String)
Converts a Word file 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 methodConvertWordFileToPdfDocumentObject(String, Int32, Int32)
Converts a Word file 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 methodConvertWordFileToPdfDocumentObject(String, String, Int32, Int32)
Converts a Word file 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
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference