Winnovative Word to PDF Converter

WordToPdfConverter Methods

Winnovative Word to PDF Converter Documentation

The WordToPdfConverter type exposes the following members.

Methods

  NameDescription
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 methodConvertWordFileToStream(String, Stream)
Converts a Word file to PDF and writes the rendered PDF document into a stream
Public methodConvertWordFileToStream(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
Public methodConvertWordFileToStream(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
Public methodConvertWordFileToStream(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
Public methodConvertWordStream(Stream)
Converts a Word document read from a stream to PDF and returns the rendered PDF document into a memory buffer
Public methodConvertWordStream(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
Public methodConvertWordStream(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
Public methodConvertWordStream(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
Public methodConvertWordStreamToFile(Stream, String)
Converts a Word document read from a stream to PDF and writes the rendered PDF document into a file
Public methodConvertWordStreamToFile(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
Public methodConvertWordStreamToFile(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
Public methodConvertWordStreamToFile(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
Public methodConvertWordStreamToPdfDocumentObject(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
Public methodConvertWordStreamToPdfDocumentObject(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
Public methodConvertWordStreamToPdfDocumentObject(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
Public methodConvertWordStreamToPdfDocumentObject(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
Public methodConvertWordStreamToStream(Stream, Stream)
Converts a Word document read from a stream to PDF and writes the rendered PDF document into a stream
Public methodConvertWordStreamToStream(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
Public methodConvertWordStreamToStream(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
Public methodConvertWordStreamToStream(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
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetPageCount(Stream)
A fast method to obtain the page count of a PDF document from the specified stream.
Public methodStatic memberGetPageCount(String)
A fast method to obtain the page count of a PDF document from the specified file path.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference