I am using jspdf to convert a webpage into a pdf document and I have the from_html plugin included. It converts all the tables in my document and everything is fine except I would really like to change the way to tables look. They all have a dark grey head and the text is bold and too large. I can't work out how to change them.
Things I have tried:
- Setting the color and size inside the td tag
- Changing the doc.table_font_size to a smaller number before doc.save
- Searching through the js files to try to find where they are set
Can anyone tell me what I haven't tried or if this is even possible please? All of the demos of tables made with jspdf seem to look the same as mine but I would really like to change it.
Thank you!
James