tabula-java icon indicating copy to clipboard operation
tabula-java copied to clipboard

Column width % calculated form area width not page width

Open devinoss opened this issue 3 years ago • 0 comments

If you determine area width (%) then it calculates column widths % weirdly. The basic calculation is [absolute_column_width_cm]/[total_area_width]. Because column sizes are still absolute size and area width is smaller than actual page, you defined column width percentages gets over 100%. It can be frustrating as this is mentioned no where and extra calculation is really bothersome to do if you have large amount of "templates".

devinoss avatar Sep 18 '22 14:09 devinoss