I am using the DrawPDF library and I draw on the canvas a page of pdf: -
I want zoom feature, so how can I capture this page and draw it on a webview?
B4X:
cvs.Initialize(ScrollView1.Panel)
cvs.DrawPDF(pdf, currentPage,cvs.TargetRect)
cvs.Refresh
I want zoom feature, so how can I capture this page and draw it on a webview?