I am using wkhtmltopdf(html to pdf converter) and am running it through a php shell_exec.
When running wkhtmltopdf --help one option is size, with the help text being
Set paper size to: A4, Letter, etc.
I am wondering if someone has a list of paper sizes this executable will run?
The specific version is wkhtmltopdf-0.9.9-static-i386
If you take a look through the pdfsettings.cc source in the project repository, you’ll find this list, which looks to me like the accepted list of named paper sizes.