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

Figure out how to print slides to pdf #6

Closed
ramnathv opened this issue Jun 7, 2012 · 4 comments
Closed

Figure out how to print slides to pdf #6

ramnathv opened this issue Jun 7, 2012 · 4 comments

Comments

@ramnathv
Copy link
Owner

ramnathv commented Jun 7, 2012

Here is a presentation made with html5slides that has a pdf version: http://goo.gl/lmoGB. I wonder how it was done.

@jfsantos
Copy link

jfsantos commented Aug 7, 2012

You need to have a @media print section on the CSS file, which is used by the browser when the user tries to print the page. I've found a version of style.css for html5slides that has both @media print and @media screen options here which works properly with slidify.

@ramnathv
Copy link
Owner Author

ramnathv commented Aug 7, 2012

Thanks for the link. It looks like an interesting fork of html5slides. I will experiment with the files before replacing the default in slidify. Pull requests are welcome too :)

@jfsantos
Copy link

jfsantos commented Aug 7, 2012

Good to know! I've already forked the repository and I'm working on a new theme based on the CSS I've sent you (nothing special, just adding page numbers and fixing the print version). I'll submit a pull request as soon as I finish it. Thanks!

@ramnathv
Copy link
Owner Author

ramnathv commented Aug 7, 2012

Great! Will look forward to your pull request.

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