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