How to convert sql database of android into pdf file. Actually I have to convert a resume made through android into pdf fil开发者_开发技巧e so that it can be uploaded to a website.
You can read data from the sql db and use the iText Library to write data into a pdf.
精彩评论