Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pdf -> svg #8344

Closed
doublex opened this issue Apr 27, 2017 · 3 comments
Closed

pdf -> svg #8344

doublex opened this issue Apr 27, 2017 · 3 comments
Labels

Comments

@doublex
Copy link

doublex commented Apr 27, 2017

Steps to reproduce:

wget https://github.com/coolwanglu/pdf2htmlEX/raw/master/test/browser_tests/fontfile3_opentype.pdf
node ./examples/node/pdf2svg.js /tmp/fontfile3_opentype.pdf

Console:

# Document Loaded
Number of Pages: 3

# Page 1
Size: 596x842

Warning: Unimplemented operator dependency
Error: Error: The "Blob" constructor is not supported.
@timvandermeij
Copy link
Contributor

Which browser and browser version do you use? It most likely is not supported or a blob polyfill is necessary.

@doublex
Copy link
Author

doublex commented Apr 27, 2017

node.js (from command line)

@timvandermeij
Copy link
Contributor

Node.js does not support the Blob constructor. I'm not sure if we can fix this by using a polyfill though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants