60 questions
1 vote
1 answer
133 views
Angular 18 how to display injected file with ngx-extended-pdf-viewer
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="...
0 votes
0 answers
391 views
Angular 19 + ngx-extended-pdf-viewer: Dynamically loaded PDFs fail to render but work with static paths
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&...
0 votes
0 answers
55 views
Range requests not working as expected with Dynamic API source
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 ...
0 votes
1 answer
153 views
NGX Extended Pdf Viewer: Generic Approach for Acrofields?
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 = ...
1 vote
3 answers
1k views
ngx extended-pdf-viewer Fails to Load viewer ftl in Production Deployment
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 ...
0 votes
1 answer
1k views
How can I download pdf manually from ngx-extended-pdf-viewer in angular 13
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-...
0 votes
1 answer
161 views
Stamp in pdf draggable in html?
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 ...
0 votes
1 answer
2k views
Mime type of .mjs file from Azure App service is 'text/plain' (only in Production server)
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 ...
1 vote
0 answers
170 views
Open SaveAs dialog for ngx-extended-pdf-viewer
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 ...
0 votes
2 answers
963 views
Angular17 I need to draw a rectangle over pdf selected zone and get the exact coordinates to be used later in OCR the Zone
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 ...
0 votes
1 answer
608 views
ngx-extended-pdf-viewer event failure on specific page - with page number
<ngx-extended-pdf-viewer *ngIf="'assets/Service.pdf'" [src]="'assets/Service.pdf'" [useBrowserLocale]="true" [showHandToolButton]="true" [...
1 vote
1 answer
700 views
ngx-extended-pdf-viewer for React
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 ...
1 vote
0 answers
101 views
KonvaJS Input Field Sizes Issue in ngx-extended-pdf-viewer with Konva Groups
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 ...
2 votes
0 answers
732 views
ngx-extended-pdf-viewer - access canvas of each page and handle events
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 ...
0 votes
0 answers
1k views
Get PDF page coordinates when it is clicked with ngx-extended-pdf-viewer
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 ...