Szpadel / chrome-headless-render-pdf

223 stars 67 forks source link

Expose 'preferCSSPageSize' option #89

Closed fgoepel closed 1 year ago

fgoepel commented 1 year ago

This option makes Chrome respect the paper size specified via the @page size attribute. This is a much cleaner and standards compliant solution than having manually having to specify the page dimensions in inches.

Based on pull request #50 by djsutherland, which appears to be incomplete and unreviewed.

Szpadel commented 1 year ago

Thanks for PR, do you mind also updating index.ts?

fgoepel commented 1 year ago

Sure. Is it good like this?

Szpadel commented 1 year ago

perfect, thanks