PdfToDocConverter
SaveToDocx Method (String)
|
Convert to doc/docx document.
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 filename
)
Public Sub SaveToDocx (
filename As String
)
public:
void SaveToDocx(
String^ filename
)
member SaveToDocx :
filename : string -> unit
Parameters
-
filename
-
Type:
System
String
The out file name.
See Also