When generating a PDF inside a do/catch block I sometimes get the error
Table cell is too big to be rendered: TPPDF.PDFTableCell
This happens during PDFGenerator(document: document).generate(to: outputURL).
In which situations does this error occur, and what is the recommended way to handle it (e.g. for cells with large amounts of text or content)?
Thanks!
Reactions are currently unavailable
When generating a PDF inside a do/catch block I sometimes get the error
This happens during PDFGenerator(document: document).generate(to: outputURL).
In which situations does this error occur, and what is the recommended way to handle it (e.g. for cells with large amounts of text or content)?
Thanks!