-
Hello, i'm trying to generate pdf with a reveal presentation running locally with angular but when i run
`decktape reveal http://localhost:4200/.../... test.pdf`
it returns me
`Loading page …
-
v2.8.8 (Arch Linux)
Correct rendering:
`decktape --no-sandbox https://pjs-web.de/files/test/ ~/Downloads/test.pdf`
Faulty rendering:
`decktape --no-sandbox ~/Downloads/test.html ~/Downlo…
pat-s updated
6 years ago
-
Now available: https://aur.archlinux.org/packages/nodejs-decktape/
pat-s updated
6 years ago
-
hi
i'm having trouble including images in exported presentations. if i do `bs serve`, i can see the image, if i do `bs e` i cannot. in the resulting html export, it says ``
here is my source c…
-
Hi,
I'm having some issues in getting `decktape` generate a pdf version of the RISE slides corresponding to one of my Jupyter notebook.
I've successfully installed decktape via `npm` as per the in…
-
HI,
I use the docker container to create pdf from [xaringan](https://github.com/yihui/xaringan) presentation.
html file here : [input.zip](https://github.com/astefanutti/decktape/files/2408103/in…
-
I have an error that I cannot figure out how to resolve. Please help.
I am using the following:
Ubuntu 16.04.4 LTS xenial subsystem on Windows 10
I have the following installed:
- npm version …
-
I have an animated GIF (well, as a Webm video) in one of the slides for my presentation. When running decktape on it, the PDF is fine, but I get spurious errors, which are a bit confusing:
```
Loa…
-
Hi,
I'm trying to convert a reveal.js html presentation to pdf using the latest docker image.
I got this error :
```
# ls -l |grep slides
-rw-r--r--. 1 root root 3207230 Jul 17 18:59 sl…
-
In my Jupyter Notebook slides which have been created using RISE, I'm using both the "Slide" and "Sub-Slide" slide types. My last slide is `#/slide-8-0` with a sub-slide `#/slide-8-1`. Decktape fails …