質問

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