Known Participant
July 6, 2021
Question
Encountering Several bugs with the Embed Api
- July 6, 2021
- 3 replies
- 4159 views
I'm using the Embed Api and getting hung up on a few bugs:
Text Selection Tools
The text selection tools only show up intermittently
- A lot of the time when text is selected the tools never show up in order to make a highlight I attached a video showing the behavior
Expectations:
I would expect the selection tools show up after selecting text all the time
Annotation Manager:
getAnnotations and removeAnnotationsFromPDF fail with message: "Invalid time value"
It seems that there are particular annotations that are corrupting things, but I don't see why the entire operation should fail.
Expectations
- I would expect that getAnnotations would only return valid annotations
- I would expect that removeAnnotationsFromPDF to remove all annotations regardless if some have corrupt data or not
