API Docs for: 1.0.0
Show:

eLabSDK.Export.PDF Class

Extends eLabSDK.Export
Module: eLabSDK

Class that allows to the creation of PDF files

Constructor

eLabSDK.Export.PDF

(
  • object
)

Parameters:

  • object Object
    • contents Int
      • in HTML
    • fileName Function

Example:

  var exportPDF = new eLabSDK.Export.PDF({
    name: 'myPDF',
    contents: '<h1>My Contents</h1>'
  });
  exportPDF.render();

Item Index