Skip to main content
1 vote
1 answer
133 views

I'm currently stuck with the pdf view using ngx-extended-pdf-viewer (version 24.2.4). I'm currently using material dialogs and passing the file to it, from one dialog to another. <div class="...
Antonio Marco D'Addetta's user avatar
0 votes
0 answers
391 views

I'm using Angular 19 and "ngx-extended-pdf-viewer": "^23.3.1". I'm trying load PDF file dynamically. I have sample webApiService with method: public getFile(): Observable<Blob&...
Yakov Vorontsov's user avatar
0 votes
0 answers
55 views

I'm implementing the range requests feature in ngx-extended-pdf-viewer to improve the loading performance of large PDF files. Setup & expected behavior I have added the following configuration in ...
FatimaHamieh's user avatar
0 votes
1 answer
153 views

Is it possible to create a generic solution for the PDF Forms? In the documentation its shown like this, but here the names of the acrofields and the amount of them is already known public firstName = ...
GabrielGg's user avatar
1 vote
3 answers
1k views

I am using ngx-extended-pdf-viewer in my Angular application to display PDF documents. The viewer works perfectly when I run the application locally. However, once I deploy the application to the ...
Nikk's user avatar
  • 21
0 votes
1 answer
1k views

I have installed ngx-extended-pdf-viewer@18 and angular 13. It works well. But now I want to download edit pdf file with separate button, how can i achieve that. please help in HTML file <ngx-...
Ramesh Bhandari's user avatar
0 votes
1 answer
161 views

I need to create a stamp to mark a signature area, I need to add an HTML element that shows me the x and y position, and the element can be dragged between pages, has anyone already implemented this ...
Elvis Reis's user avatar
0 votes
1 answer
2k views

I am using ngx-extended-pdf-viewer in my Angular app deployed on Azure app service (Linux). angular.json config (as per docs) The .mjs files are included in assets/ folder and works fine in ...
Punya Kotecha's user avatar
1 vote
0 answers
170 views

I'm using ngx-extended-pdf-viewer and I want to catch the download event, right now the library support (pdfDownloaded) but this fires when a user click on download icon and it downloads the pdf ...
Thuan Tran's user avatar
0 votes
2 answers
963 views

I need to draw a rectangle over pdf selected zone and get the exact coordinates to be used later in OCR the Zone. I have used ngx-extended-pdf-viewer but it didn't do it. Then I tried to add a canvas ...
john younan's user avatar
0 votes
1 answer
608 views

<ngx-extended-pdf-viewer *ngIf="'assets/Service.pdf'" [src]="'assets/Service.pdf'" [useBrowserLocale]="true" [showHandToolButton]="true" [...
Apul's user avatar
  • 1
1 vote
1 answer
700 views

I need a way to display PDFs in my React app with the following requirements: be able to programmatically set the page search for text in the PDF (basically Ctrl+F) highlight text in the PDF I found ...
Calseon's user avatar
  • 381
1 vote
0 answers
101 views

I'm developing a web app using Angular, KonvaJS, and the ngx-extended-pdf-viewer library for digital document signing. In this web app, users who prepare documents add input fields made up of Konva ...
Haffoo's user avatar
  • 13
2 votes
0 answers
732 views

In my angular app I'm currently trying to access the canvas of each PDF page using ngx-extended-pdf-viewer. Currently, I'm able to extract the canvases in the onPagesLoaded event method the library ...
Manuel Brás's user avatar
0 votes
0 answers
1k views

I would like to know if it's possible to get the coordinates of the PDF page when the user clicks on it. I need this because I want to send the coordinates to the backend so that they can attach text ...
Manuel Brás's user avatar

15 30 50 per page