-
Notifications
You must be signed in to change notification settings - Fork 255
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 conversion #110
Comments
We accept pull requests ;-) More seriously this is a feature that we also want. I'm not sure when we would be able to release it... |
I'd be happy to do it but I have no idea where to begin, if you want to give me some hints, I can try :) |
The quick and clean way I would see would be to use phantomsjs for generation or just a print sheet. You would have to change de CSS to have a slide per page... |
First, thank you very much for this great tool. I'll try to make an authoring tool in KISS sprit. |
Any updates here? |
Use pandoc: http://johnmacfarlane.net/pandoc/ |
@paulrouget what for? |
Hi, thanks for dzslides! There are a couple of raster based converters. Try http://wkhtmltopdf.org/, or webslides2pdf. The pdf might be a bit big though. |
Hi there, I created a hacky "solution" to this problem. I added a "shell" that creates a lot of Iframes which contain the slides. You can use the print dialog to get a PDF of your slides. It seems to work with different custom styles (although there is a little border around the slides, you can try to adjust this). You get a PDF with text selection which is rather small in size, compared to other methods where you get one image per slide and thus a huge PDF file. But there are some issues. If you have a lot of slides especially with mathjax you should increase the iframe-load time (there is a timeout in print-iframe.html until it loads the next slide). Each slide loads ALL slides in one iframe and only shows one slide! It can take much RAM, so be careful. If you are interested: 1cf0a7a |
For reference, I've developed and used DeckTape to export DZSlides presentations to PDFs. An example of an Asciidoctor+DZSlides presentation that I've exported to PDF. |
I need a way to convert my slides into PDF, can it be in the next release?
The text was updated successfully, but these errors were encountered: