Click or drag to resize

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
)

Parameters

fileStream
Type: System.IO Stream
The out file stream.
isDocx
Type: System Boolean
Is docs or doc.
See Also