PhilterPaper / PDF-Table

Official repository for PDF::Table in Perl
https://www.catskilltech.com/FreeSW/product/PDF%2DTable/title/PDF%3A%3ATable/freeSW_full
Other
10 stars 15 forks source link

table without header formatting #56

Closed davewood closed 4 years ago

davewood commented 4 years ago

my table doesnt have a header row and I dont want a header formatting. how can in I make the first row look the same as all the other rows?

PhilterPaper commented 4 years ago

Please show the code you're using that is forcing header formatting. The default should be to use normal formatting, unless you're inadvertently specifying a header. What version of PDF::Table are you running? 0.12 was just released a month ago.

In particular, are you giving header_props with an empty hash? That will trigger a header with default properties.

davewood commented 4 years ago

I was using 0.11 and you are right, there was a header_props that I accidentally copy&pasted. thank you for your work :) and for being helpful.