boxable
boxable copied to clipboard
Boxable is a library that can be used to easily create tables in pdf documents.
Hi, thanks for your projects it's useful and amazing. It will help me But I have an exception when I try to create a cell from Row.create class. It says,...
Just contributing back some changes made for my employer. I see this has also been requested as issue #120. Call `Cell.setUrl()` to add a URI to your Cell; it will...
New Inner Table  Old Inner Table  Hi, In order to change the border width and color of the Inner table created with boxable, we have made the code...
It seems that the calculus to align the text isn't correct. Below a piece of code and the result in table. The red line shows the 2 central pixels (the...
Similar to HTML Tags (`,,,,,,`), I would request to include **`` / Underline**
``` java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1 at org.apache.commons.csv.CSVRecord.get(CSVRecord.java:87) at be.quodlibet.boxable.datatable.DataTable.addCsvToTable(DataTable.java:290) at be.quodlibet.boxable.datatable.DataTable.addListToTable(DataTable.java:204) ``` See https://github.com/dhorions/boxable/blob/fd0012fa24e7b04320cf537e3163e5ee0c55700c/src/main/java/be/quodlibet/boxable/datatable/DataTable.java#L249 ``` if (line.size() >= i) { cellValue = line.get(i) ``` `CSVRecord`...
Hello everyone, I'm solving an issue in my app for building tables in PDF and found strange code in the method DrawRow of the Table class. Please look on the...
Hi, I am trying to write below string in the Inner Table using the boxable library with PDFBox to write to PDF: Composers->Schubert->String but, the it gets printed in PDF...