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
You are welcome to discuss your software interests in the SI Forum.
Write in English, please. Spammers get banned.if anybody in here know apk that can convert html to pdf
plz let me know
thanks for advance
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
Powered by PunBB, supported by Informer Technologies, Inc.