Click or drag to resize

APIcompileDocX Method

Compile the open document for keyword substitution
REST path: /op/docx/compile/[twoPasses]
REST verb: GET
REST header: {"dict", dict}
REST body: tableDict

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool compileDocX(
	Dictionary<string, string> dict,
	Dictionary<string, List<string[]>> tableDict = null,
	bool twoPasses = false
)

Parameters

dict  DictionaryString, String
Dictionary of the keywords to be replaced by its values
tableDict  DictionaryString, ListString  (Optional)
Dictionary of keywords to be replaced by a table, described by a list of string() - each item of the list represents the single row as an array of string
twoPasses  Boolean  (Optional)
Enable double pass for the document

Return Value

Boolean
True
See Also