boxable icon indicating copy to clipboard operation
boxable copied to clipboard

Boxable is a library that can be used to easily create tables in pdf documents.

Results 101 boxable issues
Sort by recently updated
recently updated
newest added

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 ![InnerTable_new](https://user-images.githubusercontent.com/23660549/98527838-80bed080-22a1-11eb-824f-a6a233681b8b.png) Old Inner Table ![InnerTable_old](https://user-images.githubusercontent.com/23660549/98527844-81effd80-22a1-11eb-89ce-42f98f7af28a.png) Hi, In order to change the border width and color of the Inner table created with boxable, we have made the code...

question

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...

bug
feedback

Similar to HTML Tags (`,,,,,,`), I would request to include **`` / Underline**

enhancement

``` 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`...

bug

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...

bug

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...