WebView To Pdf
Last updated
Last updated
With this feature, you can directly create Pdf from whatever your WebView is showing.
You can also add contenteditable="true"
and have user edit data and create pdf from edited Data. You can just call Utility function: PDFUtil.generatePDFFromWebView(savedPDFFile, webView, callback)
You can see Example Code At: of app.