ph-pdf-layout icon indicating copy to clipboard operation
ph-pdf-layout copied to clipboard

Java library for creating fluid page layouts with Apache PDFBox. Supporting multi-page tables, different page layouts etc.

Results 9 ph-pdf-layout issues
Sort by recently updated
recently updated
newest added

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

question
pinned

For high density tables it would be useful to be able to place vertically rotated texts for example in header rows.

enhancement
help wanted

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

bug

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

enhancement

How to make rowspan in table? I can't find it in test code.

question

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

question

and auto divide the parent cell height equally? ![Image](https://github.com/user-attachments/assets/9ada6222-01cd-4bae-ab6d-0f0d2d581177) Thanks.

enhancement

Is it possible to use ph-pdf-layout in conjunction with PDFBox, enabling components such as PageLayoutPDF to be written directly to a PDDocument?

enhancement

Does this API supports TIFF image? If yes, how to add a TIFF image to PDF using ph-pdf-layout?

question