PdfToWordConverter Class |
Namespace: Spire.Pdf.Conversion
The PdfToWordConverter type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
PdfToWordConverter(Stream) |
Construct a new converter.
|
|
|
PdfToWordConverter(String) |
Construct a new converter.
|
|
|
PdfToWordConverter(String, String) |
Construct a new converter.
|
| Name | Description | |
|---|---|---|
|
|
ConvertOptions |
Parameters for the converter.
|
| Name | Description | |
|---|---|---|
|
|
Dispose |
Releases all resources used.
|
|
|
Dispose(Boolean) |
Releases all resources used.
|
|
|
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
|
|
Finalize |
Destructor
(Overrides
Object
Finalize
.)
|
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
SaveToDocx(Stream) |
Convert to word document,the extension is docx
|
|
|
SaveToDocx(String) |
Convert to word document,the extension is docx
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|