Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to add PDFGroup as PDFTableContent? #328

Open
samjayhk opened this issue Apr 13, 2023 · 1 comment
Open

Is it possible to add PDFGroup as PDFTableContent? #328

samjayhk opened this issue Apr 13, 2023 · 1 comment

Comments

@samjayhk
Copy link

@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!

@cskristof
Copy link

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?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants