I decide for now the simplest way to get my printing done is to put everything in a CLV and use
Dim bmp As B4XBitmap = PrintCLV.sv.ScrollViewInnerPanel.Snapshot
DestRect.Initialize(10,10,280, 835)
pdf.Canvas.DrawBitmap(bmp, Null, DestRect)
pdf.FinishPage
Which works fine - EXCEPT if I try to...