spajak / cef-pdf

cef-pdf HTML to PDF utility
MIT License
77 stars 33 forks source link

Browser size now matches page size #24

Closed beckyconning closed 6 years ago

beckyconning commented 6 years ago

Some web pages ask the DOM for the computed sizes of elements and provide pixel sizes to elements based on these. This PR allows for pages which do this to be printed accurately by sizing the browser window to match the specified page size.