Can't find any library to create pdf files on Android. Can any one help me?
Asked
Active
Viewed 1.5k times
5
-
can you use a web-service / internet or do you need it to run offline? – Paul Jowett Mar 11 '13 at 16:21
1 Answers
1
There is a lot of pdf libraries for java (which you use when you program for android). Here are a few of them

softarn
- 5,327
- 3
- 40
- 54
-
2
-
3Thats not completley true. From the official android dev guide: "Android includes a set of core libraries that provides most of the functionality available in the core libraries of the Java programming language." Unfortuantely, it seems that most of these pdf libraries uses awt or swing or other libraries which are not supported. Here is a project in work for writing pdfs in android though: http://sourceforge.net/projects/apwlibrary/ – softarn Aug 20 '10 at 11:59