| Overload | Description |
|---|---|
| SaveAsDOCX(Stream) | This method converts the currently loaded document to DOCX and saves it to an instantiated stream object. |
| SaveAsDOCX(String) | This method converts the currently loaded document to DOCX and saves it to a specified file path. |
In This Topic
SaveAsDOCX Method (GdPictureDocumentConverter)
In This Topic
These methods convert the currently loaded document to DOCX and save it to a stream or to a file according to what you have specified.
Overload List
See Also