PdfToDocConverter
SaveToDocx Method (String, Boolean)
|
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,
bool isDocx
)
Public Sub SaveToDocx (
filename As String,
isDocx As Boolean
)
public:
void SaveToDocx(
String^ filename,
bool isDocx
)
member SaveToDocx :
filename : string *
isDocx : bool -> unit
Parameters
-
filename
-
Type:
System
String
The out file name.
-
isDocx
-
Type:
System
Boolean
Is docs or doc.
See Also