simonbengtsson / jsPDF-AutoTable

jsPDF plugin for generating PDF tables with javascript
https://simonbengtsson.github.io/jsPDF-AutoTable/
MIT License
2.31k stars 624 forks source link

Cannot Read html tags #1052

Closed awyaawya closed 5 months ago

awyaawya commented 5 months ago

cannot read html tags like Underline Me. It displays as it is in the output it does not underline the words.

when using:

import jsPDF from 'jspdf' import 'jspdf-autotable'

const doc = new jsPDF() doc.autoTable({ html: '#my-table' }) doc.save('table.pdf')

mmghv commented 5 months ago

Underline is not supported by AutoTable, only supported styles are parsed.