• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

How to create a pdf file?

mindus

Lurker
hi
I want to create a PDF file dynamically in android application.

like File f = new File("sample.pdf");

I have to use any external api for this? any idea?

Thanks
mindus
 
Hi,

There is a free pdf api written in java called iText that can be used to create a pdf file.

This api only creates the pdf file. It does not render it so you will need to have a pdf viewer of some kind on your adroid device. Adobe just released the Acrobat Reader for Android
 
Back
Top Bottom