File: svg2pdf.1

package info (click to toggle)
python-svglib 1.5.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 332 kB
  • sloc: python: 2,736; sh: 6; makefile: 3
file content (22 lines) | stat: -rw-r--r-- 591 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.TH SVG2PDF "1" "March 2021" "python-svglib" "User Commands"
.SH NAME
svg2pdf \- A converter from SVG to PDF (via ReportLab Graphics)
.SH SYNOPSIS
.B svg2pdf
[\fI\,OPTIONS\/\fR]... [\fI\,-o PATH_PAT\/\fR] [\fI\,PATH\/\fR]...
.SH DESCRIPTION
.PP
.TP
\fB\-h, \-\-help\fR
show a help message and exit
.TP
\fB\-v, \-\-version\fR
print version number and exit
.TP
\fB\-o, \-\-output PATH_PAT\fR
Set output path (incl. the placeholders: dirname, basename,base, ext, now) in
both, %(name)s and {name} notations.
.TP

.SH "REPORTING BUGS"
Report bugs to  <https://github.com/deeplook/svglib/issues>