set system default paper size
November 14th, 2007 at 10:46am |
In /etc you can find configuration file papersize which simply shows which paper size is in use system wide.
Wrong paper size (i.e. letter instead of European A4) can lead to misprinted documents, especially with the system PDF printer. In particular if you find text rows at the top and at the bottom of the paper messed up you should definitely ensure that both this config file and the PDF printer paper preferences show the same paper size.
to change paper size to a4: sudo echo a4 > /etc/papersize
to check paper size: cat /etc/papersize
Print This Post
|
Email This Post

No Responses to “set system default paper size”