Adding html code to body value of annotation
Hi
Am thinking to add some interactive elements to the annotation, to allow teachers to provide video/quiz/discission etc in context within a document; it seems the current Adobe PDF Annotation schema only allow text base bodyValue; but in https://www.w3.org/TR/annotation-model/#string-body , it specifies textual body attribute. Can this "TextualBody" attribute be included in Adobe PDF annotation schema ?
Many thanks
Wen
"bodyValue": String,
"body": { "type" : "TextualBody", "value" : "<p>j'adore !</p>", "format" : "text/html", "language" : "en" },
