Hi Matt,
Thanks for the reply. It just works perfectly. Sorry for the delayed reply.
Now my current stage is that, able to get annotation co-ordinate and receiver's details.
Workflow:
User views the document - Done
Add custom annotation - Done
It opens a popup where user mentions name and Email Id for receiver - Done
Saves data in a grid using jQuery -Done
Save the annotations in the xfdf file - Done
Now along with these annotation I want to save the receivers data in the Grid to database.
I mean on "Save" event of Webviewer where I am storing to xfdf, I should be able to save receiver's detail, is there a way to pass this data through json or something to php file to save?
Thanks