Question
Show Annotations via api and not allow end user to add annotations
I want to add some annotations to my PDF document via the APIs. Along with that I also want that the end-user should not add any annotations to the Document.
enableAnnotationAPIs: true,
includePDFAnnotations:true,But the showAnnotationTools setting should be true for both of these to work. Is there a way to handle this?
TL;DR
add annotations via API but not show the annotations tools
