Re: [android-developers] Re: Is it possible to create pdf files in android using 3rd party library

2011-06-29 Thread Vinod Pache
try this http://java-source.net/open-source/pdf-libraries On Tue, Jun 28, 2011 at 6:39 PM, nothing nsantos.pess...@gmail.com wrote: Hi, I think that the iText library doesn't work in android. Besides, the performance probably would be unsatisfactory. Probably the best solution would be

[android-developers] Re: Is it possible to create pdf files in android using 3rd party library

2011-06-28 Thread nothing
Hi, I think that the iText library doesn't work in android. Besides, the performance probably would be unsatisfactory. Probably the best solution would be for you to have a server to which you could send the data you want to transform to pdf and having the server returning the pdf to your android

[android-developers] Re: Is it possible to create pdf files in android using 3rd party library

2011-06-28 Thread ABS
Are u sure iText lib doesn't work on android,Actually i tried to use it but unable to use Document class in android. On Jun 28, 6:09 pm, nothing nsantos.pess...@gmail.com wrote: Hi, I think that the iText library doesn't work in android. Besides, the performance probably would be

[android-developers] Re: Is it possible to create pdf files in android using 3rd party library

2011-06-28 Thread nothing
The only info i have is this: http://www.lowagie.com/itext-android-prototype The iText developer managed to port it to android but he didn't release any code. Altough he said that the port is a project for this year, he didn't releasy any news since the 2010 post above. Maybe you could try to