1XPSTOSVG(1)                        XPS Tools                       XPSTOSVG(1)
2
3
4

NAME

6       xpstosvg - XPS to SVG converter
7

SYNOPSIS

9       xpstosvg [OPTION...] FILE [OUTPUT FILE]
10

DESCRIPTION

12       xpstosvg converts XPS documents to SVG format.  xpstosvg reads the XPS
13       file, FILE, and writes a SVG file, OUTPUT FILE. If OUTPUT FILE is not
14       specified the output filename will be derived from the OUTPUT FILE
15       filename.
16

OPTIONS

18       -?, --help
19           Show help options.
20
21       -d DOCUMENT, --document=DOCUMENT
22           The document inside the XPS file to convert. By default, the first
23           document of the XPS file is used.
24
25       -f PAGE, --first=PAGE
26           The first page to convert.
27
28       -l PAGE, --last=PAGE
29           The last page to convert.
30
31       -o, --odd
32           Convert only odd pages.
33
34       -e, --even
35           Convert only even pages.
36
37       -r RESOLUTION, --resolution=RESOLUTION
38           Horizontal and vertical resolution in PPI (Pixels Per Inch). The
39           default is 150 PPI.
40
41       --rx=RESOLUTION
42           Horizontal resolution in PPI (Pixels Per Inch). The default is 150
43           PPI.
44
45       --ry=RESOLUTION
46           Vertical resolution in PPI (Pixels Per Inch). The default is 150
47           PPI.
48
49       -x X, --crop-x=X
50           The x-coordinate of the crop area top left corner.
51
52       -y Y, --crop-y=Y
53           The y-coordinate of the crop area top left corner.
54
55       -w WIDTH, --crop-width=WIDTH
56           The width of crop area.
57
58       -h HEIGHT, --crop-height=HEIGHT
59           The height of crop area.
60
61       --paper-width=WIDTH
62           The paper width.
63
64       --paper-height=HEIGHT
65           The paper height.
66
67       --expand
68           Expand pages smaller than the paper to fill the paper. By default,
69           pages are not scaled.
70
71       --no-shrink
72           Don't scale pages which are larger than the paper. By default,
73           pages larger than the paper are shrunk to fit.
74
75       --no-center
76           Don't center on the paper pages smaller than the paper (after any
77           scaling). By default, pages smaller than the paper are aligned to
78           the lower-left corner.
79

BUGS

81       Please send bug reports to
82       https://bugzilla.gnome.org/enter_bug.cgi?product=libgxps.
83

SEE ALSO

85       xpstojpeg(1)xpstopng(1)xpstopdf(1)xpstops(1)
86
87
88
89XPS Tools                         11/02/2018                       XPSTOSVG(1)
Impressum