I have this problem I'm developing an app and I need that it can generate pdf that it containing information taken from the database and from the same canvas can someone help me?
Asked
Active
Viewed 132 times
1
-
This can help you http://stackoverflow.com/questions/6674059/how-to-generate-pdf-file-with-image-in-android – jstn Mar 12 '14 at 09:56
1 Answers
0
The answer to your question is simple : use iTextG
This is the Android/GAE port of iText.

Bruno Lowagie
- 75,994
- 9
- 109
- 165

Stathis Andronikos
- 1,259
- 2
- 25
- 44
-
-
-
Follow this example : (http://www.vogella.com/tutorials/JavaPDF/article.html) – Stathis Andronikos Mar 12 '14 at 09:48