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.

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top