According to the documentation for [`page.pfg([options])`](https://playwright.dev/docs/api/class-page/#pagepdfoptions) the `scale` options must be a number between `0.1` and `2`, allowing all in-between values. The current implementation has `scale` as and `Integer` https://github.com/microsoft/playwright-java/blob/a318e3f261a941bf6a9aa30a0a81788fa5ec3ff2/playwright/src/main/java/com/microsoft/playwright/Page.java#L608