I know already pdfkit and wiked_pdf. pdfkit does not generate as I expect pdf from a remote web page.
Therefore I'd like to run wkhtmltopdf command in from within a ruby script as I do in the terminal.
In the script I've:
%x[wkhtmltopdf "http://www.radiozamaneh.com/67671" "./kaka.pdf"]
But the command is not executed. How should I do this?
Thanks in advance