I am following this tutorial, but in Windows. When I run:
pdfkit --install-wkhtmltopdf
from my application directory, the pdfkit
command is not recognized:
'pdfkit' is not recognized as an internal or external command,
operable program or batch file.
gem list
shows that I do have the pdfkit
gem installed:
pdfkit (0.5.0)
What could be the problem ?