Android Question PDFjetPDF Merge cells?

thughesimsuk

Member
Licensed User
Longtime User
Wandering if anyone out there is using the PDFjet library? I have used it to create a report with great success but was wandering if anyone knows how the merge to cells of a table(PDFTable)?

Thanks in advance! ;)
 

DonManfred

Expert
Licensed User
Longtime User
With warwounds library you can use
B4X:
SetColSpan (ColSpan As Int)
to a
PDFjetCell
 
Upvote 0
Top