Description
Preflight Checklist
- I have read the Contributing Guidelines for this project.
- I agree to follow the Code of Conduct that this project adheres to.
- I have searched the issue tracker for a feature request that matches the one I want to file, without success.
Problem Description
Problem : The web content printed on physical paper is too small
This issue ( ref to #39179 ) is closed but it seems wasn't resolved and many develpers complain about it so i want to reopen this issue
Proposed Solution
As my investigation , chromium changes in https://chromium-review.googlesource.com/c/chromium/src/+/5349263?tab=comments indicate that kCenterShrinkToFitPaper doesn't scale up when web content is small relative to paper size .
@codebytere Please review this changes and consider set kFitToPrintableArea for default option when silent mode is enable.
Alternatives Considered
Other solution is add "printScaleOption" to electron webContent.print() settings and pass it to settings.print_scaling_option's printer module in chromium
Additional Information
No response