wkhtmltopdf: What paper sizes are valid?

前端 未结 2 667
庸人自扰
庸人自扰 2020-12-15 08:43

I am using wkhtmltopdf(html to pdf converter) and am running it through a php shell_exec.

When running wkhtmltopdf --help one option is siz

2条回答
  •  抹茶落季
    2020-12-15 09:23

    I tried the following, they worked for me:

    1. Legal
    2. Letter
    3. Tabloid
    4. A4
    5. A3
    6. B5
    7. B4
    8. B3

提交回复
热议问题