python-pdfkit icon indicating copy to clipboard operation
python-pdfkit copied to clipboard

Feature Idea: Add a list or dictionary with valid 'page-size' values

Open micahcochran opened this issue 3 years ago • 0 comments

It might be nice to have a list or dictionary with valid values for the 'page-size'. Such a dictionary could have measurements or a description of the page size measurements.

This data structure could be derived from pageSizeMap() function in https://github.com/wkhtmltopdf/wkhtmltopdf/blob/master/src/lib/pdfsettings.cc

micahcochran avatar Aug 20 '22 17:08 micahcochran