You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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!
The text was updated successfully, but these errors were encountered:
I have a connected question.
According to the Usage document:
Also each cell can have a margin which is the distance between the cell frame and its inner borders and the padding as the distance between the inner borders and the content.
However i couldn't find this feature in the code either. Is this a planned feature or was I just not persistent enough to find it?
@techprimate & @philprime, really thanks for develop this library. I'm trying to add
padding
toNSMutableAttributedString
asPDFTableContent
, butNSMutableAttributedString
orPDFTableCell
don't support adding padding independently (without adding padding to the whole table), that's why I want to usePDFGroup
to makePDFTableCell
supportpadding
.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
supportUIEdgeInsets
to supportpadding
?Thanks!
The text was updated successfully, but these errors were encountered: