J joaomoraes83 Member Licensed User Mar 2, 2019 #1 Friends, can I create a .pdf file for an activity?
Erel B4X founder Staff member Licensed User Longtime User Mar 3, 2019 #2 Yes: Printing and Pdf creation Get the bitmap with: B4X: Dim x As B4XView = Activity Dim bmp As B4XBitmap = x.Snapshot Upvote 0
Yes: Printing and Pdf creation Get the bitmap with: B4X: Dim x As B4XView = Activity Dim bmp As B4XBitmap = x.Snapshot
M marcos Member Licensed User Longtime User Apr 20, 2019 #3 Erel said: Yes: Printing and Pdf creation Get the bitmap with: B4X: Dim x As B4XView = Activity Dim bmp As B4XBitmap = x.Snapshot Click to expand... but if in the activity I have a ScrollView with 5 panels how can I do? Upvote 0
Erel said: Yes: Printing and Pdf creation Get the bitmap with: B4X: Dim x As B4XView = Activity Dim bmp As B4XBitmap = x.Snapshot Click to expand... but if in the activity I have a ScrollView with 5 panels how can I do?
Erel B4X founder Staff member Licensed User Longtime User Apr 20, 2019 #4 You should have started a new thread for this question. Try to get a snapshot of the inner panel. I'm not sure whether it will include the full panel or only the visible area. Test it. Upvote 0
You should have started a new thread for this question. Try to get a snapshot of the inner panel. I'm not sure whether it will include the full panel or only the visible area. Test it.
M marcos Member Licensed User Longtime User Apr 23, 2019 #5 Excuse me Erel, for not having opened a new thread for this question. With a snapshot of the inner panel from 1 to 5 the pdf is created correctly, thanks Erel Upvote 0
Excuse me Erel, for not having opened a new thread for this question. With a snapshot of the inner panel from 1 to 5 the pdf is created correctly, thanks Erel