I want to create a pdf document using the TPPDF package in swift.
Is it possible to add in a specific cell multiple items? I want to add a checkmark as image / Symbol and a related text behind it.
(No accessable element just indicator)
Column A Column B. 'text' image + 'text' 'text' image + 'text' I needed to split related information's in two rows which get split by the page break. is it possible to avoid this?
e.g. ObjectA is indicated in 2 rows [row 1 & 2] with some vertical and horizontal merges. when it comes to a page break, the vertical merges sometimes are divided by the page break.
[Sample Table Image Page break]
[Sample Table Image one object needs 2 rows]
I am new here. Any advice to improve this question to get better support appreciated.
The documents and APIs I noticed did not support anything like this.