Re: [Solved] Re: Trying to center the output of Canvas.postscript() onto A4 page
Greg Ewing <[email protected]> Sat, 3 Jul 2021 12:22:17 +1200
| Newsgroups | gmane.comp.python.tkinter |
|---|---|
| Message-ID | <[email protected]> |
On 3/07/21 3:58 am, Michael Lange wrote: > Or maybe the printer has some > sort of hard-wired margin on each side that it cannot print on and that > ought to be taken into account Yes, most printers have an unprintable area of a few mm, and it's not necessarily symmetrical. The manual would presumably tell you about it, if it hasn't succumbed to Manual Existence Failure over the years. :-) -- Greg