-
I run this command in Windows 7 (64):
`> bin\phantomjs.exe decktape.js reveal file:///E:\Code\conf1.html E:\Temp\test_decktape.pdf`
I get the pdf but there's also an error that seems to be caused by…
-
I'm trying to create a PDF of my presentation - it was generated from a Jupyter notebook by `nbconvert --to-slides` (not using RISE). When I try and run decktape on it, I get `ReferenceError: Can't fi…
-
It seems the PDF generation activates the print CSS media type. While that makes sense in the majority of use cases, it would be very useful in some other use cases, like [Decktape](https://github.com…
-
Not quite like #68 since this is not from within a Docker environment.
```
$ phantomjs decktape.js security-research.html security-research.pdf
Loading page security-research.html ...
+- Viewpor…
-
The PhantomJS maintainer is [stepping down](https://www.infoq.com/news/2017/04/Phantomjs-future-uncertain) because [Chrome](https://developers.google.com/web/updates/2017/04/headless-chrome) and Firef…
-
I build my slides with flowtime.js, and then convert to pdf using the command:
`.phantomjs decktape.js flowtime "/Users/name/etc/doc.html" "/Users/name/etc/doc.pdf" --size=1920x1080`
This worked perf…
-
I tried to export a Reveal.js presentation from [hackmd](https://hackmd.io/), but I got a PDF with only black pages. I couldn't reproduce this with [hackmd example presentation](https://hackmd.io/p/sl…
-
If I try to create a pdf from a reveal.js presentation then all mathjax formulas are replaced by decktape with boxes which makes them unreadable. Am I supposed to somehow load an additional math font …
-
I run
docker run astefanutti/decktape http://lab.hakim.se/reveal-js slides.pdf
and get
(node:1) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: Un…
-
Looks good. What if I want to share with others as a PDF? Any export facility? Thanks.
Any pointers? I can try my hand at this.