ngx-extended-pdf-viewer icon indicating copy to clipboard operation
ngx-extended-pdf-viewer copied to clipboard

A full-blown PDF viewer for Angular 16, 17, and beyond

Results 99 ngx-extended-pdf-viewer issues
Sort by recently updated
recently updated
newest added

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ng-packagr&package-manager=npm_and_yarn&previous-version=17.2.1&new-version=17.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....

dependencies

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.25 to 20.11.27. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=20.11.25&new-version=20.11.27)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Link to PDF file here: [Check box issue.pdf](https://github.com/stephanrauh/ngx-extended-pdf-viewer/files/14542649/Check.box.issue.pdf) Steps to reproduce: 1. Load PDF file Actual result: The checkboxes are selected ![image](https://github.com/stephanrauh/ngx-extended-pdf-viewer/assets/2846956/e96749ee-2f41-410c-bb19-4127c9724036) Expected results: If you open PDF in any...

bug
Confirmed
Stephan wants to look at it!
Version 19

Hi, I have multiple questions... 1. How to customize the toolbar icons ? 2. How to change the Draw,Text, and stamp annotations popovers ? ![Screen Shot 2024-02-19 at 9 39...

enhancement
user support
considering it
partially solved

**Describe the bug** As of version 4.0, almost all files in the npm package to have the .mjs format. However in some old web platforms, like MS Business Central this...

help wanted
user support

Let's add a method allowing developers to modify the annotation editor parameters programmatically. The bare-bones approach looks like so: ```ts const editorType = 11; const fontSize = 42; PDFViewerApplication.eventBus.dispatch('switchannotationeditorparams', {type:...

enhancement
Stephan wants to look at it!
Version 19

Hello, First, thanks a lot for your great component, As discussed [here](https://github.com/stephanrauh/ngx-extended-pdf-viewer/discussions/2117) for onPDFLoaded event, it seems that since version [19.2.0](https://www.npmjs.com/package/ngx-extended-pdf-viewer/v/19.2.0) the event *pageRendered* is also called twice. Did some...

bug
Confirmed
20

I'm experiencing a slight delay in the viewer loading, which displays a message in the div it sits in. But its covered up too quickly to read it. It appears...

Confirmed
Stephan wants to look at it!
Version 19

We keep getting this error in our project. OverlayManager.open(assets/viewer-4.0.849) The overlay does not exist. It also happens on the demo site irregularly https://pdfviewer.net/extended-pdf-viewer/blob ![image (1)](https://github.com/stephanrauh/ngx-extended-pdf-viewer/assets/2016796/92b2b573-1bf4-46f1-b6c1-26e642e167fd) I am hoping you can...

help wanted
nuisance
Can't reproduce the bug

- Does the bug also happen on https://mozilla.github.io/pdf.js/web/viewer.html? **No** - Does the bug also happen on https://pdfviewer.net/simple? **Yes** - Can you write a reproducer based on a freshly created project?...

bug
Stephan wants to look at it!
20