Philip Niedertscheider
Philip Niedertscheider
Hi there, do you mean we should add support for element anchors? so e.g. the table of contents link to the page?
It would take some research to figure out how page-link-urls work in PDFs, maybe they need a special format and work out of the box. Otherwise we are using CoreGraphics...
Thanks for the detailed issue report. On first thought this seems like a memory issue in UIKit, can you please add device info such as device type, OS version, memory-usage...
The error `malloc: can't allocate region` is new to me, and I also can't see a specific issue in your sample code. So this might be a limitation of the...
Yes, currently there is only one `padding` and one `margin` value to set these values for all directions. We could add individual values per side, but these would be horizontal...
Oh this is weird, AFAIK I did have to add some kind of slicing logic because of different element heights, but this seems like an edge case. Thanks a lot...
Hi, thanks for opening up the issue and providing a code example. Could you please also upload the images, or at least images with the same resolution? I believe this...
@ptrkstr Thank you so much!!
Hi there, TPPDF does not support rendering an UIView into an PDF, as it does not rely on UIKit or AppKit anymore, but mostly on CoreGraphics instead, and also because...
Hi, this probably relates to #158 and could be solved together