diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2024-04-07 14:23:28 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2024-04-07 14:23:28 +0200 |
commit | 2ced71ce987e587b43fc57f176adaa153aaa0211 (patch) | |
tree | eaf9b068bb7598283c3e523c63df67c627a76387 | |
parent | 6ce3a0d25a3dadcfc8f1dfa873d48865d557de71 (diff) |
Printing spreadsheet files, from the old site
-rw-r--r-- | source/desktop/command_line_printing/index.rst | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/source/desktop/command_line_printing/index.rst b/source/desktop/command_line_printing/index.rst index f0da0c9..c53280a 100644 --- a/source/desktop/command_line_printing/index.rst +++ b/source/desktop/command_line_printing/index.rst @@ -2,15 +2,18 @@ Command Line Printing *********************** -A list of useful commands and options to interface with a common CUPS -server from the command line. +A list of useful commands and options to print documents from the +command line. + +This assumes a CUPS server, as commonly configured on most Linux +distributions. .. only:: html .. contents:: -HOWTOs -====== +Printing +======== Get a list of available printers -------------------------------- @@ -44,5 +47,18 @@ command line, e.g.:: $ lpr -o ColorModel=Gray <filename> +File Preparation +================ + +Converting spreadsheet files to PDF +----------------------------------- + +Using the command ``ssconvert`` from Gnumeric:: + + ssconvert <source_filename> <destination>.pdf + +works with any format supported by Gnumeric, including of course ``xls`` +and ``ods``. + .. vim: set filetype=rst: |