I have a HTML table with a variable amount of columns and I wish to convert it to PDF using wkhtmltopdf so that it always scales to fit the width of a landscape A4 PDF. The effect being that the table scales smaller as more columns are added. It might become illegibly small at some point, but that is fine.
Smart scaling seems to work up to a point; few columns scale larger to fill the page. Added more columns seems to scale it smaller. Eventually though, with enough columns added, the page fails to scale any further and the columns are clipped by the edge of the page.
Is what I'm trying to attempt impossible with the tools at hand?