Question

It is possible to open a PDF document from my app in Adobe Reader App from Adobe systems.

The user is allowed to add comments (annotations) in the PDF document.The comments in Adobe Reader are saved when the save button is pressed. I want to come back to my app.

How can this be done?

Was it helpful?

Solution 2

Yes it can't, yet there is a work around, There are two options

Option 1: re-launch your app once the pdf thing is done after storing the values and current (at the time of exit) state of the app. You can use event listener or even a time stamp would do.

or

Option 2: on saving close the pdf activity or app

As per your question,

  1. User makes comments on the pdf
  2. User presses the save button
  3. changes(comments) are saved.

This is when you need to re launch your app or closing the pdf reader once the changes are saved, from the previous sequence.

Option 2 is much economical.

Hope this helps.

OTHER TIPS

it can't.

After it's outside your app you have no control over what happens. Your app will be back in charge only after the user taps the back button back to your app.

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