Lars GvB
Lars GvB
You can calculate with A4Papersize.height from the example how much you can fit on one page. I‘m using this for example to calculate how many tablerows I can fit on...
Here is my code sample I use for tables: `var extraPageNeeded = false var extraRowHeights = [CGFloat]() var extraData = [[NSMutableAttributedString]]() let maxHeight = A4paperSize.height - pageHeaderFont.pointSize - (pageMargin *...
I really don't know why the backtick markdown won't work properly here...
You want to know how to have content that exceed the size of one page splitted on multiple pages, right? I showed my example of calculating where to split the...
I didnt do it for images or text, but I guess you can use the same approach. My first idea would be to have a variable that stores the currently...
Sorry I didnt test other frameworks for this.