ng2-pdf-viewer
ng2-pdf-viewer copied to clipboard
PDF Viewer does not work with PDF from byte array
Hi Vadym,
we have specific requirement to load PDF from byte array, becase we get PDFs from the server side as byte array. We tried that out, but for some reason it does not work.
Can you please give us an example app, where this works?
Thank you and best regards, Novak
Not sure if this helps otherwise search through issues, there were multiple questions about how to show pdf from backend
@VadimDez By changing my Solution with an ArrayBuffer to use a Blob and then URL.createObjectURL(...) the Application can now displays the PDF again.
In my case I updated ng2-pdf-viewer 7.0.1 to 9.0.0
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.