ng-pdfviewer
ng-pdfviewer copied to clipboard
PDF is not rendering
Hi there,
I'm trying to show a pdf file (using ng-pdfviewer) in my AngularJS app, but I have many problems... The most important is that when i run the app in my local environment everything works fine, the pdf is rendered properly, but when i run "grunt build" (as I run in the "prod" server), the same pdf is not rendered.
Furthermore, in my local environment, i can see many "console.logs()" corresponding to the process to load and render the file. When I compile the app, i can just see the load pdf "console.log", the one which corresponds to the render process have been missed.
Has anyone had the same issues?
It would be appreciated any kind of help
Thanks.