[Bug]: annotations not shown #19107
Unanswered
whatever881
asked this question in
Q&A
Replies: 1 comment
-
what's up here???? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Attach (recommended) or Link to PDF file
I am using pdfjs-dist 4.7.76 and I am trying to render the links in the PDF.
Tried const al = new AnnotationLayer({
div: this.annotationContainer.nativeElement,
page: page,
viewport: viewport,
accessibilityManager: null,
annotationCanvasMap: new Map(),
annotationEditorUIManager: null,
structTreeLayer: null,
})
} from 'pdfjs-dist'
Web browser and its version
chrome - latest
Operating system and its version
any
PDF.js version
4.7.76
Is the bug present in the latest PDF.js version?
Yes
Is a browser extension
No
Steps to reproduce the problem
added in description
What is the expected behavior?
added in description
What went wrong?
added in description
Link to a viewer
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions