Philip Niedertscheider
Philip Niedertscheider
Hi there, sorry for the late response. I am not entirely sure if I understand your case correctly. Do I understand correctly, that you are using multiple columns in a...
[PDFGroup](https://techprimate.github.io/TPPDF/Classes/PDFGroup.html) would probably be the correct approach to keep the elements together. Is there a reason why you are creating two columns but only adding content to the second one?
Ah now it makes more sense :) Yes please test it and let me know if it worked out.
The `PDFGenerator` has a property `delegate: PDFGeneratorDelegate`, where `PDFGeneratorDelegate` combines multiple generator delegate protocols. Therefore my approach would be adding a `PDFGeneratorLayoutDelegate` with the necessary delegation functions (e.g. `generatorWillEndPage`, `generatorDidEndPage`,...
Hi, thanks for opening up this issue. I believe this is related to the image being to tall to fit the current page. Did you try to tweak the fitting...
Hi, thanks for opening up the issue. The text being in the center of the document is indeed unexpected. Could you please create a minimal full `PDFDocument` with an example...
Hi there, can you please try to change the order of the statements? The footer is in a bottom-to-top order, so you should be able to add the line after...
Hi @icopano! Sorry for my super late response, busy times and this got lost in my inbox. Your implementation looks straight away, but I will adapt it slightly, so the...
Ok it looks like I can't push to your branch because of branch protections of the main branch (it's often easier to create a new branch after forking). Instead I...
Please upload the `Info.plist` located in the `TPPDF.framework`