yWorks / jsPDF

JavaScript PDF generation to work with SVG
MIT License
56 stars 23 forks source link

Table Formatting problem while using Jspdf.Table function #3

Closed girish0628 closed 6 years ago

girish0628 commented 7 years ago

Hi, I am using the latest fork version of jspdf (Version 1.2.68 ) to print a html table , but the resulting table has some serious issues. The resulted table header is getting merged with the row texts and the fill color of table header is same as that of text. I tried modifying this fork api by comparing it with Original MrRio version but was not able to figure it out correctly. Any help in this regards will be highly appreciated.

P.S: I am using this fork version as I have svg charts which needs to be printed

Thanks Girish

yGuy commented 7 years ago

I think this is actually a duplicate of #2

yGuy commented 6 years ago

This will hopefaully start working again once #13 is fixed. Basically this issue is blocked by #13

HackbrettXXX commented 6 years ago

See my latest comment on #2 ;)