You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for this amazing component. We currently use this project and are having an issue where using the print button of the component is resulting in the printed document in chrome is rendered with very low quality.
Have personally analyzed this issue and have identified that its due to a harcoded value in the local pdfjs package you are using which seems to be an old version of pdf.js.
The line which is problematic is highlighted in the below screenshot.
Could I raise a PR where we increase the quality from 150 to 600 or update pdf.js to latest version? or is there any other better way to resolve this issue. I tried using the prototype to access the "renderPage" method of the module. But am not able to access it in angular 8, could you provide any examples or any assistance on how to close this issue?
If I could get the process of overriding the "renderPage" method I will implement it in angular, please let me know where to place this code also, ngOnInit or ngAfterViewInit,
Again, thanks for this amazing package.
The text was updated successfully, but these errors were encountered:
Hi Team,
Thank you for this amazing component. We currently use this project and are having an issue where using the print button of the component is resulting in the printed document in chrome is rendered with very low quality.
Have personally analyzed this issue and have identified that its due to a harcoded value in the local pdfjs package you are using which seems to be an old version of pdf.js.
The line which is problematic is highlighted in the below screenshot.
Could I raise a PR where we increase the quality from 150 to 600 or update pdf.js to latest version? or is there any other better way to resolve this issue. I tried using the prototype to access the "renderPage" method of the module. But am not able to access it in angular 8, could you provide any examples or any assistance on how to close this issue?
If I could get the process of overriding the "renderPage" method I will implement it in angular, please let me know where to place this code also, ngOnInit or ngAfterViewInit,
Again, thanks for this amazing package.
The text was updated successfully, but these errors were encountered: