Android application to fill out a PDF form

I want to create an application for a PDF form to automate its completion through an Android application. I want to show the user some forms developed in xml (the user interface of the Android application), and fill out the pdf form with the input information. I have a form in PDF, I just want it to be with my application and save it. Any suggestions to achieve this? because i can't figure it out. Its just a software filling out a PDF form using Java on Android

help .....

+5
source share
1 answer

itextpdf is open source and Java, so you can use it in your Android project.

0

All Articles