pdf.js can be given an objectUrl to a PDF-Blob, like "PATH_TO_PDFJS/viewer.html?file=' + encodeURIComponent(objectURL)".
How can this be done with viewerjs, because "PATH_TO_VIEWERJS/index.html#' + encodeURIComponent(objectURL)" does not work?
Thanks,
Kai