ph-pdf-layout
ph-pdf-layout copied to clipboard
Java library for creating fluid page layouts with Apache PDFBox. Supporting multi-page tables, different page layouts etc.
Hello, is it possible to create a vertically splittable table, so that in the meantime no row gets splitted? In instance, when a row has a column with multiple lines...
For high density tables it would be useful to be able to place vertically rotated texts for example in header rows.
Info: I'm using ph-pdf-layout 7.0.0. When creating a splittable `PLVBox` and adding some large **non-splittable** `PLVBox`es as rows, the calculations for vertical splitting seems to go wrong (or at least...
For example, I want to make some part of text bold styled: This text contains **bold** part. Calling `pagesSet.addElement(new PLText(lorem, italicFont12));` will add string with specified font. New call of...
How to make rowspan in table? I can't find it in test code.
I used setVertSplittable(false) on PLText to prevent page breaks. However, when there is an exceptionally long string in a cell that must overflow to the next page, the following error...
and auto divide the parent cell height equally?  Thanks.
Is it possible to use ph-pdf-layout in conjunction with PDFBox, enabling components such as PageLayoutPDF to be written directly to a PDDocument?
Does this API supports TIFF image? If yes, how to add a TIFF image to PDF using ph-pdf-layout?