arnthom

Results 25 comments of arnthom

There was a bug with transparency (https://github.com/LibrePDF/OpenPDF/pull/378), maybe in this case the color is set to transparent? Maybe you can step down to the PdfContentByte.setColorFill and see, if the alpha...

using `new Font(baseFont, size, style, color)` bold fonts do work in OPenPdf 1.3.26

OK, method getKeepTogether() is used in PdfDocument.add(Element) if the element is Paragraph, but not if it is ListItem, although ListItem extends Paragraph ... ``` public boolean add(Element element) throws DocumentException...

Hi Jonathan, you can find the Download at https://search.maven.org/search?q=g:com.github.librepdf%20AND%20a:openpdf&core=gav

Do you use PdfEvent for this? You are using `writer.getPageNumber()` I suppose, not setPageNumber Try debugging the creation process and watch carefully, which value you get.

That's the problem, with the event onEndPage you can just "see" this peticular page. In iText there seems to be a PdfDocument method called getNumberOfPages() (instead of getPageNumber()) to retrieve...

I would appreciate, if the Java7 branch could be maintained. Bound to an old IDE, I have to work on WinXP and Java 7 is the last release that installs...

There is indeed "openPdf 1.2.3 Java 7". I managed to use this instead of 1.3.11. It would be nice, if this branch could profit from bugfixes and maybe some enhancement...

Hi @asturio! Now I started a new Maven project in Eclipse (openpdf, pdf-swing, pff-toolbpx), but (since it is my first encounter with Maven) I do not know how to build....

As I told you in the other issue, you can set the text width of a column (even wider that the column itself), but I have not found out how...