In This Topic
Exports XLSX document to PDF.
Syntax
var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetDocumentEditorControlJS(settings);
var value; // Type: any
// Parameters
var xlsxPageLayoutSettingsType; // Type: WebXlsxPageLayoutSettingsTypeEnumJS
var successFunc; // Type: function
var errorFunc; // Type: function
value = instance.exportXlsxToPdf(xlsxPageLayoutSettingsType, successFunc, errorFunc);
function exportXlsxToPdf(
: WebXlsxPageLayoutSettingsTypeEnumJS,
: Function,
: Function
) : any;
Parameters
- xlsxPageLayoutSettingsType
- WebXlsxPageLayoutSettingsTypeEnumJS object, which defines how an XLSX page must be laid out.
- 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