Open pskupinski opened 12 years ago
Right now the emulator only takes strings. There should also be support for loading a binary from a given URL and interpreting that.
https://github.com/mozilla/pdf.js/blob/master/src/core.js#L28 - is a good example of this functionality.
Right now the emulator only takes strings. There should also be support for loading a binary from a given URL and interpreting that.
https://github.com/mozilla/pdf.js/blob/master/src/core.js#L28 - is a good example of this functionality.