I am trying to get a helloworld example for working pdf.js in Meteor. So far I:
I thought this was enough for this example to work, but Meteor ends the complaint about the declaration of โ! DOCTYPE htmlโ in pdf.js, which is not in the file, so I assume that it is imported from somewhere.
It seems like I'm missing something obvious to get this to work, is there an easy solution for this?
(Also: I know about the pdf.js smart package, but since I am developing on Windows, this is not an option for me because I cannot get Meteorite. Although I believe that since the smart package already exists, it itโs quite feasible for them to work together.)
source
share