Open
Description
@techprimate & @philprime, really thanks for develop this library. I'm trying to add padding
to NSMutableAttributedString
as PDFTableContent
, but NSMutableAttributedString
or PDFTableCell
don't support adding padding independently (without adding padding to the whole table), that's why I want to use PDFGroup
to make PDFTableCell
support padding
.
But it seems that there is no way to achieve it at present? I don't know if there are other feasible ways to make PDFTableCell
support UIEdgeInsets
to support padding
?
Thanks!