CSchemmy
CSchemmy
The pullrequest #219 allows the width to be controlled. See DataTableTest.java and CSVexampleAdvanced.pdf. I hope it solves your problem
Problem is a peek on a empty stack at Paragraph.java in case of CLOSE_TAG ``
The problem of http://www.slf4j.org/codes.html#StaticLoggerBinder can be solved by input ` ch.qos.logback logback-classic 1.2.3 ` befor org.slf4j at pom.xml
I have an example in branch https://github.com/CSchemmy/boxable/tree/pageBreakDrowTableBorder. It's not optimal but it works and you need pull request #219
I have found the problem. The Problem can be solved at code TableCell at line 173 and 176. ``` for (Element col : tableHasHeaderColumns ? tableHeaderCols : tableCols) { if...
I have no rights to merge them. A pull request is still open #224
Yes, you need to pull a private copy and change the version. This can be done with the following script ```shell git clone https://github.com/dhorions/boxable.git cd boxable/ mvn build-helper:parse-version versions:set -DnewVersion=boxable-1.6-my-SNAPSHOT...
Note that `` is interpreted as HTML tag. Furthermore, the character "-" is also a character for the line break within a cell.