vandeseer / easytable

Small table drawing library built upon Apache PDFBox
MIT License
239 stars 91 forks source link

Change header row to be repeated #128

Open mbirchallroman opened 3 years ago

mbirchallroman commented 3 years ago

Instead of RepeatedHeaderTableDrawer starting from row index 0 to repeat the first row on each page, I would like to select a different row index. I mostly wanted to submit this as an issue so I could implement it myself, so it's not like a hassle on anyone :) Thank you!

beooo79 commented 2 years ago

I support this change request. We have different types of documents where the row to be repeated changes from use case to use case. Thanks!