TPPDF
TPPDF copied to clipboard
TPPDF is a simple-to-use PDF builder for iOS and macOS written in Swift
I have a PDFSection with 3 columns. Each PDFSectionColumn contains a PDFTable where the height is dynamic. Problem: columns have different heights (based on their respective content) Solution: ability to...
## What did you do? When generating a PDF — particularly large ones — I get consistent warnings, and sometimes crashes that I cannot find solutions for. I have been...
Since TPPDF is now running satisfactorily, I only use the official version. I noticed that in the previous version, the generation of about 100 pages takes about 8 seconds. The...
addresses #231
Currently in the sample project it has only hyperlink to the url not the actual pdf pages.
The size of the column is not calculated properly and the background is covering the content. I tried to check by setting a color with alpha and it seems like...
I am working on a PDF Builder app and came through this tutorial. Is there any way around to add some text in a cell with multiple images. I tried...
Is there a way we can force TPPDF to not split a text element if it does not fit on the same page? But instead having it drawing the whole...
When setting document.pagination, how do we add another container? The example shows .footerRight, but what if I want to also define a .footerLeft?
## How should the feature work? Is it possible to get total amount of page and display in certain place (not only in footer, header, center etc.)? ## What should...