Benoît Minisini ha scritto:
>> Hi List,
>>
>> I want to end up with this text to pass to the shell, and it contains
>> quotation marks, I wondered how to do that.
>>
>> wkhtmltopdf *.html /tmp/temp.pdf --toc --header-right "Page [page]"
>> --footer- center "- EasyGP Medical Records -" --footer-spa
> Hi List,
>
> I want to end up with this text to pass to the shell, and it contains
> quotation marks, I wondered how to do that.
>
> wkhtmltopdf *.html /tmp/temp.pdf --toc --header-right "Page [page]"
> --footer- center "- EasyGP Medical Records -" --footer-spacing 5
> --footer-font-name "com
Hi List,
I want to end up with this text to pass to the shell, and it contains
quotation marks, I wondered how to do that.
wkhtmltopdf *.html /tmp/temp.pdf --toc --header-right "Page [page]" --footer-
center "- EasyGP Medical Records -" --footer-spacing 5 --footer-font-name
"comic sans ms"
any