-
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
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
PhantomJS plugin for PDF printing doesn't work in relesease 3.4.0+ #1815
Comments
I've rewritten the script to work with 3.4.0. The updated script will preload the presentation and read the configured width/height from reveal.js directly so that we can use that as the PDF page size. This makes it work with any configured size and removes the old "width" and "height" arguments from the phantom script. |
Thanks @hakimel. I will try the last relase ¿3.4.2? in my own proyect MarkDownSlides \o/ |
No problem. There's no new release yet, but the updated script is available in master. |
I've tested it and it seems to work fine. :) But I can't upgrade my proyect until you do a release :( Thanks a lot anyway \o/ |
* hakimel-gh/master: new phantom pdf export script that works with 3.4.0 hakimel#1815 updated pdf docs update readme re: pdf exports hakimel#1823 Update README.md to include block for pdf printing Update README.md 3.4.1 adjust pdf margins instead of heights to fix hakimel#1804 additional fix for empty pages in pdf exports hakimel#1804 fix empty pages in pdf exports (closes hakimel#1804) correct grunt option usage For a fragment: allow to show a separate note defined in it
Hi:
The PhantomJS plugin of @manuelbieh for PDF printing doesn't work in relesease 3.4.0+
Thanks for all.
The text was updated successfully, but these errors were encountered: