- 
                Notifications
    You must be signed in to change notification settings 
- Fork 136
Open
Description
I'm using electron-pdf in Ubuntu 19.10, installed in the following way:
    $ sudo apt-get upgrade
    $ sudo apt install nodejs
    $ sudo apt install npm
    $ sudo npm install npm@latest -g
    $ sudo npm install electron-pdf -g --unsafe-permNow I try to convert an .html document into a .pdf:
$ electron-pdf input.html output.pdfThe result is a blank pdf file.
If I do the same conversion, but with absolute paths, it works:
$ electron-pdf /home/kristof/Documents/invoices/input.html /home/kristof/Documents/invoices/output.pdfNow I get a nice pdf file, just perfect.
The same issue was already raised long time ago: #173
It seems like it was fixed, but now it emerges again?
Metadata
Metadata
Assignees
Labels
No labels