angularjs-pdf
angularjs-pdf copied to clipboard
:page_facing_up: An AngularJS directive <ng-pdf> to display PDF files with PDFJS
Is there any way to show all pages inline on a single load of the web page? I plan to show 3 pages pdf file showing 3 pages simultaneously
PDFJS name is completely removed in latest pdf.js release. More info here: https://github.com/mozilla/pdf.js/pull/9493
First of all: I'm not sure whether this is an Angular-PDF or PDF.JS issue. Problem is: If browser zoom is ca. 80% the PDF is not rendered correctly. Consider this...
Directive is not working on internet explorer its getting `No PDFJS.workerSrc specified` error.
My localhost test is OK. After I deployed to the server,I got an error  How should I deal with it?
This fix aims to restore the functionality of being able to position the canvas element using the canvasid attribute.
zoomOut reduces the zoom level by 20%. It doesn't make much sense to do this if the zoom level is currently 20%. This results in a zoom level of 0%.
Hi, your work is absolute talent. Kindly tell me how can I limit the zoom feature as it continues zoom out till vanish and similarly infinite zoom in :(
Hello, I want to position the canvas element myself. I read in the Readme that I should use '``' in combination with ``. But that’s not working. When I’m looking...
Need a solution to resize the canvas so that we can avoid vertical scroll bar. We are applying custom styles dynamically after pdf loads(in on load event). But width and...