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

Broken for recent versions of deck.js #2

Open
kynan opened this issue Dec 7, 2012 · 3 comments
Open

Broken for recent versions of deck.js #2

kynan opened this issue Dec 7, 2012 · 3 comments

Comments

@kynan
Copy link

kynan commented Dec 7, 2012

I'm using imakewebthings/deck.js@e42bd0c and running deckjs2pdf gets stuck at the 2nd slide (according to the webkit window popping up) and keeps saving slides until killed (happily thousands independent of the number of slides in the actual deck). The produced PDF is non-surprisingly corrupt.

@potyl
Copy link
Owner

potyl commented Dec 7, 2012

Can you tell me which version of WebKitGtk that you're using? I think that under WebKitGtk 1.8 something has changed and the program doesn't detect when a slide is done.

Could you share more info about your environment? Is it Linux, OS X, ... ? The version of WebKitGtk installed. Also could you share your slides with me so that I can test this?

@kynan
Copy link
Author

kynan commented Dec 7, 2012

I'm on Linux Mint 13 using WebKitGtk 1.8.3-0ubuntu0.12.04.1. I've tried using it on these slides: https://github.com/kynan/wolfhpc2012

@potyl
Copy link
Owner

potyl commented Dec 8, 2012

WebKitGtk 1.8 and higher is no longer behaving as before. This means that even if the script would detect page changes properly the output would be of bad quality. The PDF files would be made of bitmaps instead of vectorial elements.

See #1 (comment) for complete instructions on how to to install libwebkitgtk 1.6, which should work.

Let me know if that helps.

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

No branches or pull requests

2 participants