Philip Helger

Results 271 comments of Philip Helger
trafficstars

If I understand you correctly that can be achieved, when the row-content itself is not splittable. So if you have a row that is splittable but the content is not,...

Look at the PDF. The first page break breaks it nicely - because the content is not splittable. The second page break is what you want to avoid, because the...

Is that solution suitable for you, so that we can close the issue?

I am no Android developer, so I can't help you. However, I found https://developer.android.com/reference/javax/xml/parsers/SAXParserFactory while googling so I am pretty sure there is a way :)

Ah, I see. That is a Java 9 method: ``` /** * Creates a new instance of the {@code SAXParserFactory} builtin * system-default implementation. * * @return A new instance...

Finally resolved this for the 11.1.7 release of ph-commons - this should to the trick

Hi, that is currently not possible. I would have needed that myself already a couple of times but was always afraid of the effort :/

Well we could go for "inline elements" only, so all subclasses of `AbstractPLInlineElement`. Inline elements usually don't have an alignment (the alignment of PLText is somehow special), and a "list...

Copying some logic over from https://github.com/ralfstuckert/pdfbox-layout might be a good starting point