Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open & Edit PDF files in Android App with APIs [closed]

Okay, this is the first time I'm handling pdf in android.

What I have:

  • Editable PDF File with 2 pages (Forms to be exact, with brackets to tick, fields to comment etc.)

What I need to do:

  • Store the PDF some where is the sd card (so that users do not need to download from any server)

  • Allow users to open & edit the form

  • Save the contents that was edited into SQLite

Problem now is that I do not know how to open the PDF file within my application & how to allow users to edit the files. I did see through this : Reading PDF from within an Android application

However, I do not know how to allow users to edit the PDF File. Would anyone please guide me? Thanks so much!

like image 803
Annabel Avatar asked Nov 28 '12 01:11

Annabel


2 Answers

It is open source and built for unix/debian Linux so it will require some toying with, but it is a start.

http://pdfedit.cz/en/index.html

like image 98
Recursor Avatar answered Oct 11 '22 00:10

Recursor


you can use SDKs like Foxit here..

and another way is libraries like Qoppa pdf or MuPdf are free

like image 37
Ali Hajiloo Avatar answered Oct 11 '22 01:10

Ali Hajiloo