Can someone give me some pointers on how to convert a HTML page loaded in a webview to a pdf file. Is there a builtin android function that can help or some third party library that can be used to achieve this functionality.
Here is the complete scenario
I have a custom form that has various fields for user to fill in. After the submission of data, I want end users to be able to download the pdf version of the form.
For this, I plan to have a button say somewhere in the action bar, that converts the entire page to pdf.