From 2ced71ce987e587b43fc57f176adaa153aaa0211 Mon Sep 17 00:00:00 2001
From: Elena ``of Valhalla'' Grandi <valhalla@trueelena.org>
Date: Sun, 7 Apr 2024 14:23:28 +0200
Subject: Printing spreadsheet files, from the old site

---
 source/desktop/command_line_printing/index.rst | 24 ++++++++++++++++++++----
 1 file 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: 
-- 
cgit v1.2.3