Topic: html to pdf for android

if anybody in here know apk that can convert html to pdf
plz let me know
thanks for advance

Re: html to pdf for android

The following are the steps to convert HTML to PDF in Android programmatically.
Create an object of the HtmlLoadOptions class.
Create an object of Document class and initialize it with the HTML file's path and HtmlLoadOptions object.
Save HTML as PDF using Document. save(String) method.

Regardds,
Rachel Gomez