Click or drag to resize

APIsaveDocXbytes Method

Save the current DocX document to an array of bytes. After saving, the document cannot be modified.
REST path: /op/docx/bytes
REST verb: GET
REST body: readOnlyPassword

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public byte[] saveDocXbytes(
	string readOnlyPassword = ""
)

Parameters

readOnlyPassword  String  (Optional)
Set a read-only password for the document. If the password start with 'u_', unlocking is not possible

Return Value

Byte
Array of bytes
See Also