eLabSDK.Export.PDF Class
Class that allows to the creation of PDF files
Constructor
eLabSDK.Export.PDF
(
-
object
Parameters:
-
objectObject-
contentsInt- in HTML
-
fileNameFunction
-
Example:
var exportPDF = new eLabSDK.Export.PDF({
name: 'myPDF',
contents: '<h1>My Contents</h1>'
});
exportPDF.render();
