Prashanth-Nelli

Results 7 comments of Prashanth-Nelli

and this is mycode ``` angular.module('app',[]).controller('appCtrl',function($scope){ $scope.addItem=function(value){ medium.insertHtml($(''+value+'')[0],function(){ console.log('inserted'); }); }; }); Dropdown Action 1 Action 2 Action 3 Action 4 Bold Italic Underline (function() { window.medium = new Medium({...

@sahujaunpuri I am not maintaining this library. Please go through the docs of [jsPDF-AutoTable](https://github.com/simonbengtsson/jsPDF-AutoTable) and jsPDF [jsPDF](https://github.com/MrRio/jsPDF).

Hi @Nagesh29 jspdftable plugin don't support styles as of now. can you please paste that code (html & js) here.

Hi Nagesh29 once try jspdf html renderer. visit this link for demo https://parall.ax/products/jspdf.

i tweaked plugin code to meet your requirement use the following code to get stripped tables ( function(jsPDFAPI) { ``` var rObj = {}, hObj = {}, data = [],...

you can achieve that by increasing yOffset values.

Hi jaydeepgiri thanks for your kind words, replace the jsPDFAPI.tableToJson method inside the jspdf.plugin.table.js file with the following one jsPDFAPI.tableToJson = function(id) { ``` var i = 0; var j...