eLabSDK.Export.PDF Class
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();