vandeseer / easytable

Small table drawing library built upon Apache PDFBox
MIT License
239 stars 91 forks source link

Question/Feature Request #146

Open todayifeeltired opened 2 years ago

todayifeeltired commented 2 years ago

Hi there, thanks for maintaining this sweet library!

I got a question: as i´ve seen, it is possible via linespacing to write a long text that automatically gets written underneath.

Is it possible to somehow write the whole text into the next line if the text doesnt fit in the space of the first line?

vandeseer commented 6 months ago

I'm a little late to the party, but that behavior would most probably be implementable by using custom drawers. Unfortunately I don't have enough time to have a closer look ...