How to create PDFs in an Android app?

android, pdf

Solution

If anyone wants to generate PDFs on Android device, here is how to do it:

- http://sourceforge.net/projects/itext/ (library)

- http://www.vogella.de/articles/JavaPDF/article.html (tutorial)

- http://tutorials.jenkov.com/java-itext/image.html (images tutorial)

Problem

Is there any way to create PDF Files from an Android application?

Original source

Related problems