views:

72

answers:

1

Can't find any library to create pdf files on Android. Can any one help me?

+1  A: 

There is a lot of pdf libraries for java (which you use when you program for android). Here are a few of them

softarn
This libraries use JDK classes and cant be used on android.
Sone
Thats 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