Such a cool project! I'm wondering, will the feature of adding annotations work (or do they already)? For now, the tooltip buttons for highlighting etc. does not actually add annotations, on the website "see it in action" demo.
All reactions
The basic highlights, that you mentioned in the "see it in action" demo are working now! Let me know what you think!
Replies: 3 comments 3 replies
Hey, thanks for catching that! Those annotation buttons are just mock-ups for now, so they don’t actually work. We’ll hide them in the demo until we’ve got basic highlighting live. Annotations are high on our priority list, you’ll see something soon!
All reactions
The basic highlights, that you mentioned in the "see it in action" demo are working now! Let me know what you think!
All reactions
What about saving annotations outside the PDF (JSON) and side loading them per page on render? Looking to allow annotations/comments but the PDFs themselves should be immutable.
All reactions
What about saving annotations outside the PDF (JSON) and side loading them per page on render? Looking to allow annotations/comments but the PDFs themselves should be immutable.
Did you manage to achieve this? I’m also interested in storing annotations externally (e.g. JSON) and loading them dynamically without modifying the original PDF.
All reactions
Same question, I am looking for a elegant way to store those annotations (Highlight, comments) on database and sync cross devices loading them on another device.
All reactions
Same question here. Tried to work with importAnnotations but that does not work the way i assumed.