precision sur decktape

This commit is contained in:
sdubois 2017-06-29 09:50:25 +02:00
parent 1edbdcadf6
commit 36c0cac56e

View file

@ -68,5 +68,7 @@ On peut afficher du texte ou des images de façon fragmentée grâce à la class
Transformer une présentation en .pdf : Transformer une présentation en .pdf :
~~~ ~~~
$ ~/GIT/$ git clone https://github.com/astefanutti/decktape.git
$ ~/GIT/decktape$ curl -L https://github.com/astefanutti/decktape/releases/download/v1.0.0/phantomjs-linux-x86-64 -o phantomjs; chmod +x phantomjs
$ ~/GIT/decktape$ ./phantomjs decktape.js file:///tmp/foo.html foo.pdf $ ~/GIT/decktape$ ./phantomjs decktape.js file:///tmp/foo.html foo.pdf
~~~ ~~~