Wkhtmltopdf is a command line tool to convert html files to pdf. I downloaded the package and ran the command on cmd line, but it didn't work. It is supposed to simply enter the path of file you want to convert then the path of the destination file to be created. I'm not so good with the cmd prompt, but here is what I did:
cd C:\Program Files\wkhtmltopdf
wkhtmltopdf> C:\Users\Ragheb\Desktop\test.html C:\Users\Ragheb\Desktop\new.pdf
What did I do wrong? Or what am I missing?
NOTE: I also tried to simply write a website url in the first link like (http://google.com) but it didn't work neither