As of now, word-wrapping happens at word boundaries. (through TextSequenceUtil.drawText -> wordWrapToLines -> wordWrapToLines)
This can be annoying for small columns where a single big word needs to be inserted or if Justify is supported as alignment someday.
It would be nice to be able to
force a line break inside the word if there is not enough place to put the word on the line (and there is no "white space" available for pdfbox-layout to break automatically) ("hard cut")
As of now, word-wrapping happens at word boundaries. (through TextSequenceUtil.drawText -> wordWrapToLines -> wordWrapToLines) This can be annoying for small columns where a single big word needs to be inserted or if Justify is supported as alignment someday.
It would be nice to be able to