-
Notifications
You must be signed in to change notification settings - Fork 294
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
Layout breaks if printer can't handle zero margins. #110
Comments
Only workaround I could find is to print to PDF, then open the PDF file and print from there, but then the card backs are out of alignment vertically |
I can't reproduce this. What is your page size (e.g., A4 or US Letter) in the generator and in the Print Preview? |
US Letter, and I'm using Chrome Here's the input I was using: subtitle | Medium beast, unaligned |
Still can't reproduce it. I suspect the reason is that the printer adds margins to the page*, thereby shrinking the content. Can you try changing the page margins in the printer settings? *The page with the cards is generated such that it exactly fits the paper, and the page margins are set to zero. If the printer refuses to use zero margins, the layout will break. |
I have tried to explain it above - your printer probably requires some minimal margins and silently modifies you margin setting, thereby breaking the layout. I'm not sure how to solve this. For now, printing to PDF and then playing around with print settings when printing the PDF is probably your best option. Note also that regular printers are usually not very precise, the front and back sides may be shifted by 1-2mm even if you get the settings right. |
Everything looks fine in the card previewer and the generated page, but whenever you go to print them in your browser they are too wide for the card. Each card will only contain the first 4 stats (STR, DEX, CON, INT) and leave off the last 2 (WIS, CHA).
Editor Preview:
Generated Cards Tab:
Print Preview (can confirm they they actually print like this):
The text was updated successfully, but these errors were encountered: