The WordToPdfConverter type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | ConvertWordData(Byte) |
Converts a Word document read from a data buffer to PDF and returns the rendered PDF document into a memory buffer
|
![]() | ConvertWordData(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
|
![]() | ConvertWordData(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
|
![]() | ConvertWordData(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
|
![]() | ConvertWordDataToFile(Byte, String) |
Converts a Word document read from a data buffer to PDF and writes the rendered PDF document into a file
|
![]() | ConvertWordDataToFile(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
|
![]() | ConvertWordDataToFile(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
|
![]() | ConvertWordDataToFile(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
|
![]() | ConvertWordDataToPdfDocumentObject(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
|
![]() | ConvertWordDataToPdfDocumentObject(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
|
![]() | ConvertWordDataToPdfDocumentObject(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
|
![]() | ConvertWordDataToPdfDocumentObject(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
|
![]() | ConvertWordFile(String) |
Converts a Word file to PDF and returns the rendered PDF document into a memory buffer
|
![]() | ConvertWordFile(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
|
![]() | ConvertWordFile(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
|
![]() | ConvertWordFile(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
|
![]() | ConvertWordFileToFile(String, String) |
Converts a Word file to PDF and writes the rendered PDF document into a file
|
![]() | ConvertWordFileToFile(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
|
![]() | ConvertWordFileToFile(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
|
![]() | ConvertWordFileToFile(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
|
![]() | ConvertWordFileToPdfDocumentObject(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
|
![]() | ConvertWordFileToPdfDocumentObject(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
|
![]() | ConvertWordFileToPdfDocumentObject(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
|
![]() | ConvertWordFileToPdfDocumentObject(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
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also