Linux permissions issue when executing wkhtmltopdf-amd64

前端 未结 5 1132
庸人自扰
庸人自扰 2021-01-17 21:39

When I run the executable \"wkhtmltopdf-amd64\" (from Linux), I get the following output:

QPainter::begin(): Returned false============================] 100%         


        
5条回答
  •  感动是毒
    2021-01-17 22:37

    I had the same problem.

    "You're probably missing the 32bit libraries. Try: sudo aptitude install ia32-libs" - http://code.google.com/p/wkhtmltopdf/wiki/static

    Worked for me

提交回复
热议问题