-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PDF Not Generated #43
Comments
Can you please try to use gwtc -v -o test -f all hardware-camera.wiki |
I should have mentioned that I did try to use all but when I do that I get a 0k HTML file (due to no file content) and still no PDF. Even though as before the debug message seems to indicate a PDF was generated.
|
Did you add |
It has something to do with incompability between gtk and wkhtmltopdf. |
Problem: Unable to generate a PDF file.
OS: Windows 7
gwtc: 1.5.1
wkhtmltopdf: 0.12.5
Note: I installed gwtc using npm.
Here's the command I used to get the versions:
gwtc -V
1.5.1
I additionally installed version 0.12.5 of wkhtmltox.
wkhtmltopdf.exe -V
wkhtmltopdf 0.12.5 (with patched qt)
Here's the command I'm using to generate the pdf:
gwtc -v -o test -f pdf hardware-camera.wiki
Here's the output of that command:
Nothing appears in my "test" directory. However when I run the following command I get a file named documentation.html as expected.
Let me know if I'm doing something wrong or if there's anything else I should try.
gwtc -v -o test -f html hardware-camera.wiki
The text was updated successfully, but these errors were encountered: