0

How to convert sql database of android into pdf file. Actually I have to convert a resume made through android into pdf file so that it can be uploaded to a website.

dmon
  • 30,048
  • 8
  • 87
  • 96
abhi_971
  • 1
  • 1
  • So, do you want to know how to use the database, or do you want to know how to convert to PDF in Android? Which one is it? – dmon Jun 14 '11 at 12:34
  • i want to know how to convert the data from database into pdf file – abhi_971 Jun 21 '11 at 05:49

1 Answers1

0

You can read data from the sql db and use the iText Library to write data into a pdf.

Reno
  • 33,594
  • 11
  • 89
  • 102