boxable icon indicating copy to clipboard operation
boxable copied to clipboard

Custom Fixed column widths

Open mkgp00918 opened this issue 5 years ago • 1 comments

Hi Team - This is a great library; but is there a way that the column widths can be controlled while adding tables to PDF from CSV ?

Have looked at the library but seems like the addCSVToTable() calculates the width factor off the header length and font width.. Is there a way that the cell widths can be controlled based on the widths that we would need to have for the columns ?

Thanks

mkgp00918 avatar Nov 26 '20 17:11 mkgp00918

The pullrequest #219 allows the width to be controlled. See DataTableTest.java and CSVexampleAdvanced.pdf. I hope it solves your problem

CSchemmy avatar Jan 25 '21 16:01 CSchemmy