node.js - Can't get deployd pdf modul to work dpd-pdf -


i have install'ed deployd pdf modul dpd-pdf https://github.com/diadistis/dpd-pdf

in dashboard creted /pdf conf path

c:\export\wkhtmltopdf\bin\wkhtmltopdf.exe 

"wkhtmltopdf path"

but when post http://localhost:2404/pdf return, , no pdf files anywhere

    {     "message": "resource not found",     "status": 404 } 

got same error..

solve it, if on windows make sure run admin

and make sure body of request sent application/json or application/x-www-form-urlencoded.


Comments