ivanomonti Expert Licensed User Longtime User Apr 14, 2023 #1 I would like to create a paginated pdf I tried the PDFGen class but I find obstacles despite being a well done class, are there any alternatives? I use the BBCodeView library and I noticed that it has a print section but I didn't understand how it works, there is an example to study!
I would like to create a paginated pdf I tried the PDFGen class but I find obstacles despite being a well done class, are there any alternatives? I use the BBCodeView library and I noticed that it has a print section but I didn't understand how it works, there is an example to study!
Erel B4X founder Staff member Licensed User Longtime User Apr 16, 2023 #2 BBCodeView doesn't have built-in support for printing. You can take snapshots of the control but you will need to manage pagination yourself. It will not be trivial. Upvote 0
BBCodeView doesn't have built-in support for printing. You can take snapshots of the control but you will need to manage pagination yourself. It will not be trivial.