now I wanted to save it as .htm or .HTML to share with fileprovider. how I can create .html or .htm file.
I can capture image and share but instead of image as wanted to share as .html or .htm file.
I have a similar problem. I am creating an HTML Table using dbutils and the following code
h = DBUtils.ExecuteHtml(Main.dbSQL, Query , Null, 500, False)
WebView1.LoadHtml(h)
The table shows fine on the screen even though it is too wide. What I want to do is to save the table and upload it to the internet. I know I can save with webview.CaptureBitmap but where is the image saved to for uploading?