exportDocxDocumentToPdf Method
In This Topic
Exports opened DOCX document to PDF format.
Syntax
var instance = new Vintasoft.Imaging.Office.UI.WebDocumentEditorJS(settings);
var value; // Type: any
// Parameters
var successFunc; // Type: function
var errorFunc; // Type: function
value = instance.exportDocxDocumentToPdf(successFunc, errorFunc);
function exportDocxDocumentToPdf(
: Function,
: Function
) : any;
Parameters
- successFunc
- Function that will be executed if request is executed successfully.
- errorFunc
- Function that will be executed if request is failed.
Browser Compatibility
See Also