Question

I'm making an app in android.I'm able to write text and create a new PDFs and also can read existing PDFs. But i'm not getting solution to edit the existing PDFs. Editing the PDFs in my app is the target which i have to achieve.

I tried to convert it in String but its in encoded form.Have searched a lot But i don't want to use any paid libraries or jar.

Was it helpful?

Solution

Generally PDFs are not designed to be editable and do not contain structure information. You can use some tools like Acrobat to try to put structure back in but it is a huge task.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top