views:

306

answers:

2

I need a PDF library for manipulating a PDF documents, ( Creating PDF, image convertinng to PDF ) and things like that but in Android .

I tried the android itext port but the library project generates compile erorrs after I added it to my Project. Looks like it is still using some affinetransformation classes that are defined in awt.

+1  A: 

You can also try pdfbox

http://pdfbox.apache.org/

You can chk this post

http://markmail.org/message/b2xjozidt32rhuyq#query:pdfbox%20android+page:1+mid:ipq7pviignd4cpja+state:results

Rahul
Thanks Rahul I use the links and I will try it today :)
zire
+3  A: 

It seems that no one of the pure java pdf libraries will work with android because they use libraries that aren't supported by android. I think I read that iText is interested in doing a port to android but thinks that google should support them if they did, haven't got a source on that though.

Here is a project in work for writing pdfs in android: sourceforge.net/projects/apwlibrary Haven't tried it and it says that it only does simple pdfs

softarn
softran I was on this link before and this is like starting a new project but there is no any file download.It was just link redirecting from : http://sourceforge.net/projects/apwlibrary/ to http://coderesearchlabs.com/androidpdfwriter/
zire
look here: http://apwlibrary.svn.sourceforge.net/viewvc/apwlibrary/
softarn
you found it thanks one more time:) , i will try it later
zire
This library are very useful for simple Pdf creation , thanks softarn
zire