Click or drag to resize

APIsaveDocXtoHTML Method

Save the current DocX document to HTML format and return it as a string. After saving, the document cannot be modified, nor saved again.
REST path: /op/docx/html
REST verb: POST
REST body: pageTitle

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.2.4 (2.6.2.4)
Syntax
public string saveDocXtoHTML(
	string pageTitle
)

Parameters

pageTitle  String
Title of the resulting HTML page

Return Value

String
HTML code as string
See Also