vandeseer / easytable

Small table drawing library built upon Apache PDFBox
MIT License
246 stars 94 forks source link

Support of Image in ParagraphCell #73

Closed vikramtambe closed 4 years ago

vikramtambe commented 4 years ago

As of now ParagraphCell supports StyledText, Markup and Hyperlink. I also want to add image in ParagraphCell.

vandeseer commented 4 years ago

The ParagraphCell is only a wrapper to pdfbox-layout's Paragraph. Since such a paragraph does not support images, the wrapper cell type doesn't either. As of now I do not plan to implement this feature, but the architecture of easytable allows you to create your own custom cell types :wink: