I want to build a android app ,which converts some data to pdf file and i need
to save it in my android phone, i have searched for lot of documents but its not
helping out.
I am trying to use iText but i don’t no how to use it for android.
Please let me know the code.
Thanks in advance .
I want to build a android app ,which converts some data to pdf file
Share
If you have already used iText in normal Java, I don’t think you will face any difficulty using it in Android. Add the iText jar in the build path.
Following code adds a paragraph to the pdf document.
Feel free to ask questions.