Invalid value of Annotations and Annotation not found for given id errors
First Scenario:
1. We open a pdf(with acro fields) on the PDF Embed Viewer,
2. Add some annotations using the UI.
3. We saved the annotations on our database as a json format.
4. If we open again this document we load the annotations from the database using annotationManager api
5. Everything works fine.
Second Scenario:
1. We opened the same pdf on Scenario 1
2. Fill some data on some fields (or trigger some ui functions to update the pdf content)
3. Saved the pdf
4. Reopen the PDF
5. Annotations are not loaded , we are getting errors "Invalid value of Annotations" and "Annotation not found for given id".

