Click or drag to resize

APIcreateDocX Method

Create a DocX file with the desired text
REST path: /op/docx/create
REST verb: GET
REST header: {"path", path}, {"template", template}

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool createDocX(
	string path,
	string[] text,
	string template = ""
)

Parameters

path  String
Path of the DocX document
text  String
Text to be written in the document
template  String  (Optional)
Optional. Path of a DocX template to be used in document generation

Return Value

Boolean
Always true
See Also