legalthings / angular-pdfjs-viewer

PDF.js viewer directive for AngularJS
MIT License
137 stars 113 forks source link

Difference in printed documents: Chrome and IE11 #92

Closed juliaber2 closed 5 years ago

juliaber2 commented 5 years ago

We generate PDFs and show in Chrome (74.0.3729.169 build) and IE11 (011.0.9600.19377 build) with the ng2-pdfjs-viewer component (3.4.8 version). Both of them show the same results and it's fine. But when we try to print documents, results of printing are different: after Chrome the resulting document looks the same as visible PDF, but in IE11 the resulting document content is shrunked (scaled down). We finished fixing the problem with updating viewer.css for IE. It there some right way to fix the problem without updates of ng2-pdfjs-viewer code ?

juliaber2 commented 5 years ago

Not a right place