VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetDocumentEditorControlJS type / exportXlsxToPdf Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    exportXlsxToPdf Method
    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(
    xlsxPageLayoutSettingsType
    WebXlsxPageLayoutSettingsTypeEnumJS object, which defines how an XLSX page must be laid out.
    : WebXlsxPageLayoutSettingsTypeEnumJS,
    successFunc
    Function that will be executed if request is executed successfully.
    : Function,
    errorFunc
    Function that will be executed if request is failed.
    : 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
    56+
    45+
    11
    See Also