tableExport.jquery.plugin icon indicating copy to clipboard operation
tableExport.jquery.plugin copied to clipboard

Data in PDF file

Open SCORPIO12 opened this issue 8 years ago • 5 comments

I try to export file

i add this

<a  href="#"   onclick="$('#tabledata').tableExport({ type: 'excel', escape: 'false' });" style="background-color: #3399FF; color: #FFFFFF; font-weight: bold; font-size: medium">XLS</a>

<a  href="#"   onclick="$('#tabledata').tableExport({ type: 'pdf', escape: 'false' });"  style="background-color: #3399FF; color: #FFFFFF; font-weight: bold; font-size: medium">PDF</a>

now the problem i have 6columns in table but pdf display only 4 columns

check image http://i.stack.imgur.com/r4Etu.png

SCORPIO12 avatar Aug 04 '16 08:08 SCORPIO12

Same Issue Here

tamer-badawy avatar Aug 11 '16 14:08 tamer-badawy

may be you need to font size too small

amarewgs avatar Dec 12 '16 14:12 amarewgs

tried make the font too small and the same

tamer-badawy avatar Dec 18 '16 14:12 tamer-badawy

same issue here

rafiaCs avatar Mar 20 '17 08:03 rafiaCs

i am getting this error when ever i try to run your script

File "afot.py", line 198, in main
    with open('nist.csv', 'rb') as f:
IOError: [Errno 2] No such file or directory: 'nist.csv

KUDANDOU avatar Apr 27 '18 12:04 KUDANDOU