Presentation generation about asciiDoc and decks

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Presentation generation about asciiDoc and decks

jeffzhang
I find you decks slides. https://github.com/mojavelinux/decks
Wow, write slide by asciidoc and use dzslides, beautiful slides!

two small question:
1. How to generate pdf from slides?
I see PDF producer is ImageMagick and all slides are image. Could you introduce what tools you use?
2. Can I use asciidoctor instead of asciidoc to generate DECK slides?

Thanks
Jeff Zhang
Reply | Threaded
Open this post in threaded view
|

Re: Presentation generation about asciiDoc and decks

asotobu
Generating a pdf of the slides, depends on the backend used, for example RevealJs supports it. In case ofDZSlides I am sure that we could implement something similar, but if you look on Dan examples you will find that you can use Selenium to export each page and save as pdf. Then you can use Image_Magik program to transform png to pdf. You can see this in https://github.com/mojavelinux/dzslides/tree/master/scripts 
Reply | Threaded
Open this post in threaded view
|

Re: Presentation generation about asciiDoc and decks

jeffzhang
Thanks!
I will try the groove script.