-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firefox adds a blank page on printing - even with single empty page #32
Comments
Hi, @janvydra Check this example: You can check the same file from this URL directly: Open the URL above on Firefox and Edge. You may also need to check the orientation of papers and stuff. |
I have the exact same problem with Safari (last version). Even with your direct example. |
Same problem only on widnows+firefox using 'Adobe PDF' or 'PDF Pro Virtual Printer' as output. |
I am experiencing the same thing, a blank page is added after every page in FireFox, but only when printing, not when viewing in browser. (on Windows platform) It seems to work in Chrome. |
Chrome seemed to be fine, but was having issues in Safari. This is how I fixed it. It didn't seem to cause any regression in Chrome.
|
Hi just found this issue in Chrome. |
I have found that reducing the paper size by 0.4mm (from 296mm to 295.6mm) will fix the issue in Firefox (Linux). @bompus fix also eliminates the extra pages but it also causes the content on the next sheet to flow over the unused space of the sheet before it. |
Try putting |
print2.txt
Hi, Firefox, Edge and Explorer add a blank page on print preview and printing. The initial view on load looks fine, but when I hit "print" extra page is added.
<style> @page { size: A4 } </style>Am I getting something wrong? Is there a way to deal with this?
The text was updated successfully, but these errors were encountered: