set system default paper size

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

a more elegant way to do that or if you want to switch to a more exotic size:

sudo dpkg-reconfigure libpaper1

to check paper size:

cat /etc/papersize

Related posts:

  1. Manual duplex printing on linux
  2. enable your native linux PDF printer
  3. Setting up Elisa as Default Multimedia Center
  4. change keyboard layout in shell
| Print This Post Print This Post | Email This Post Email This Post
RSS 2.0 | Trackback | Comment

Leave a Reply

XHTML: You can use these tags: b, cite, code, em, i, q cite="", strike, strong.