The WordToPdfConverter type exposes the following members.
Methods
Name | Description | |
---|---|---|
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
| |
ConvertWordFileToStream(String, Stream) |
Converts a Word file to PDF and writes the rendered PDF document into a stream
| |
ConvertWordFileToStream(String, String, Stream) |
Converts a Word file to PDF and writes the rendered PDF document into a stream.
You can specify the password to open the Word document
| |
ConvertWordFileToStream(String, Int32, Int32, Stream) |
Converts a Word file to PDF and writes the rendered PDF document into a stream.
You can specify the page range to be exported to PDF
| |
ConvertWordFileToStream(String, String, Int32, Int32, Stream) |
Converts a Word file to PDF and writes the rendered PDF document into a stream.
You can specify the password to open the Word document and the page range to be exported to PDF
| |
ConvertWordStream(Stream) |
Converts a Word document read from a stream to PDF and returns the rendered PDF document into a memory buffer
| |
ConvertWordStream(Stream, String) |
Converts a Word document read from a stream to PDF and returns the rendered PDF document into a memory buffer.
You can specify the password to open the Word document
| |
ConvertWordStream(Stream, Int32, Int32) |
Converts a Word document read from a stream to PDF and returns the rendered PDF document into a memory buffer.
You can specify the page range to be exported to PDF
| |
ConvertWordStream(Stream, String, Int32, Int32) |
Converts a Word document read from a stream 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
| |
ConvertWordStreamToFile(Stream, String) |
Converts a Word document read from a stream to PDF and writes the rendered PDF document into a file
| |
ConvertWordStreamToFile(Stream, String, String) |
Converts a Word document read from a stream to PDF and writes the rendered PDF document into a file.
You can specify the password to open the Word document
| |
ConvertWordStreamToFile(Stream, Int32, Int32, String) |
Converts a Word document read from a stream to PDF and writes the rendered PDF document into a file.
You can specify the page range to be exported to PDF
| |
ConvertWordStreamToFile(Stream, String, Int32, Int32, String) |
Converts a Word document read from a stream 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
| |
ConvertWordStreamToPdfDocumentObject(Stream) |
Converts a Word document read from a stream 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
| |
ConvertWordStreamToPdfDocumentObject(Stream, String) |
Converts a Word document read from a stream 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
| |
ConvertWordStreamToPdfDocumentObject(Stream, Int32, Int32) |
Converts a Word document read from a stream 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
| |
ConvertWordStreamToPdfDocumentObject(Stream, String, Int32, Int32) |
Converts a Word document read from a stream 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
| |
ConvertWordStreamToStream(Stream, Stream) |
Converts a Word document read from a stream to PDF and writes the rendered PDF document into a stream
| |
ConvertWordStreamToStream(Stream, String, Stream) |
Converts a Word document read from a stream to PDF and writes the rendered PDF document into a stream.
You can specify the password to open the Word document
| |
ConvertWordStreamToStream(Stream, Int32, Int32, Stream) |
Converts a Word document read from a stream to PDF and writes the rendered PDF document into a stream.
You can specify the page range to be exported to PDF
| |
ConvertWordStreamToStream(Stream, String, Int32, Int32, Stream) |
Converts a Word document read from a stream to PDF and writes the rendered PDF document into a stream.
You can specify the password to open the Word document and the page range to be exported to PDF
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetPageCount(Stream) |
A fast method to obtain the page count of a PDF document from the specified stream.
| |
GetPageCount(String) |
A fast method to obtain the page count of a PDF document from the specified file path.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also