Philip Niedertscheider
Philip Niedertscheider
Hi @grantespo, thanks for opening up the issue. About the docs: Yes, you are right, they definitely lack on completeness, due to me working mostly alone on it (except for...
I just released 2.3.2, please try it out and let me know if the issue still remains (some issues with footer height were corrected)
This might be fixed in 2.3.5, please confirm
Currently only a single pagination element is implemented, as I didn't think there will be a case where multiple pagination numbers are a thing. I will tag this as an...
So we should add a flag which inidicates TPPDF not to break the text. If the text is moved to a new page, and doesn't fit there either (longer than...
I think we need to implement this logic in [here](https://github.com/Techprimate/TPPDF/blob/master/Source/Text/PDFAttributedTextObject.swift). Can you take a look at it? I do not have the time right now to work on issues
I like this, seems table cell splitting really is a more complex task than I orginally expected it to be. Could this also fix #234 ?
Hi! You should be able to that by creating a group of elements and setting it on `document.masterGroup`
Hi there, sorry I haven't responded earlier, busy times and TPPDF is a side project for me. I like the idea of rendering hooks, so the framework stays light but...
The main idea of the `PDFDocument` is to be a tree-like structure holding only information to generate a PDF based on it. About one or two years ago I decided...