Add tagged annotations in the structure tree (bug 1850797)

This commit is contained in:
Calixte Denizet 2023-08-30 20:00:05 +02:00
parent 92f7653cfb
commit d185db2b70
10 changed files with 152 additions and 47 deletions

View file

@ -1047,6 +1047,8 @@ function getUuid() {
return bytesToString(buf);
}
const AnnotationPrefix = "pdfjs_internal_id_";
export {
AbortException,
AnnotationActionEventType,
@ -1057,6 +1059,7 @@ export {
AnnotationFieldFlag,
AnnotationFlag,
AnnotationMode,
AnnotationPrefix,
AnnotationReplyType,
AnnotationType,
assert,