anttiviljami / wp-pdf-templates

Add PDF templates to your WordPress theme
https://wordpress.org/plugins/wp-pdf-templates
GNU General Public License v3.0
42 stars 18 forks source link

tfoot not rendered properly #2

Closed darkolaz closed 9 years ago

darkolaz commented 9 years ago

Was trying to convert a html to pdf and noticed this bug,

I have table with thead, tfoot and tbody, as i know thead and tfoot should be repeated if i have multiple pdf pages. Thead works very well, its where it should be on every page on top. Problem is the tfoot, if i place tfoot after thead between and before tbody, the footer shows on top and only on the first page. If i place it after tbody it shows at the end of the pdf document and its not repeating. Is this a plugin issue or i should report this problem at dompdf guys?

Btw, this plugin is awesome, Thanks

anttiviljami commented 9 years ago

I'm afraid this is a dompdf issue, not the plugin's.

This plugin simply makes it possible to pipe html output from WordPress to dompdf.

I suggest you try fiddling about with dompdf's settings to see if anything would help. I haven't seen any updates from the dompdf guys in a while so a patch seems unlikely.