PdfToWordConverter
SaveToDocx Method (String)
|
Convert to word document,the extension is docx
Namespace:
Spire.Pdf.Conversion
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void SaveToDocx(
string outfile
)
Public Sub SaveToDocx (
outfile As String
)
public:
void SaveToDocx(
String^ outfile
)
member SaveToDocx :
outfile : string -> unit
Parameters
-
outfile
-
Type:
System
String
The out file.
See Also