[gnumeric: 1/2] Add invoke examples for ssconvert/export-graphs.



commit c79866aa361162a5c74cd2125b2a7c433d2c3736
Author: Shlomi Fish <shlomif shlomifish org>
Date:   Mon Feb 10 20:19:47 2020 +0200

    Add invoke examples for ssconvert/export-graphs.
    
    ----------
    
    I hereby disclaim any implicit or explicit ownership of my changes in this
    changeset, and put them under a multiple licence consisting of your choice of
    one of more of:
    
    - The CC0 / Public Domain - https://creativecommons.org/choose/zero/ .
    
    - The MIT / Expat license - https://en.wikipedia.org/wiki/MIT_License
    
    - The default licence of your project
    
    - The https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License - version
    2.1 or higher
    
    - The https://en.wikipedia.org/wiki/GNU_General_Public_License - version 2 or
    higher
    
    - Any licence in the 2018-Aug-27 popular licenses list of
    https://opensource.org/licenses
    
    - The https://en.wikipedia.org/wiki/Apache_License version 2.0 or later
    
    - The https://en.wikipedia.org/wiki/Artistic_License version 2.0 or later
    
    - The https://en.wikipedia.org/wiki/ISC_license
    
    - The https://opensource.org/licenses/BSD-2-Clause
    
    Crediting me will be nice, but not mandatory, and you can change the licence
    of the project without needing my permission.

 doc/ssconvert.1 | 10 ++++++++++
 1 file changed, 10 insertions(+)
---
diff --git a/doc/ssconvert.1 b/doc/ssconvert.1
index 6e7e39f5e..c814772e3 100644
--- a/doc/ssconvert.1
+++ b/doc/ssconvert.1
@@ -373,6 +373,16 @@ specifying the semicolon as the separator character:
 .PP
 \fBssconvert\fR \fB-O 'separator=; format=raw'\fR \fIsamples/excel/statfuns.xls\fR \fIstatfuns.txt\fR
 .PP
+To export the charts from the input file \fIinput.gnumeric\fR to numbered
+SVG files:
+.PP
+\fBssconvert\fR \fB\-\-export\-graphs\fR \fIinput.gnumeric\fR \fI'output.%n.svg'\fR
+.PP
+To export the charts from the input file \fIinput.gnumeric\fR to numbered
+PNG files:
+.PP
+\fBssconvert\fR \fB\-\-export\-type=png\fR \fB\-\-export\-graphs\fR \fIinput.gnumeric\fR 
\fI'output.%n.png'\fR
+.PP
 
 .SH LICENSE
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]