Hi,
I tired to view byte array data using pdf.js but it now working.
I tried this way - this on my view. I just passed base64sting to my custom.js
const url = '@Convert.ToBase64String(docBytes)';
And on custom js is tried this -
pdfjsLib.getDocument(url)......
I've followed this example is not work for me , Now at this case what should I do?
Thank you
Nazmul Hossain
Hi,
I tired to view byte array data using pdf.js but it now working.
I tried this way - this on my view. I just passed base64sting to my custom.js
const url = '@Convert.ToBase64String(docBytes)';And on custom js is tried this -
pdfjsLib.getDocument(url)......I've followed this example is not work for me , Now at this case what should I do?
Thank you
Nazmul Hossain