1XPSTOSVG(1) XPS Tools XPSTOSVG(1)
2
3
4
6 xpstosvg - XPS to SVG converter
7
9 xpstosvg [OPTION...] FILE [OUTPUT FILE]
10
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 FILE filename.
15
17 -?, --help
18 Show help options.
19
20 -d DOCUMENT, --document=DOCUMENT
21 The document inside the XPS file to convert. By default, the first
22 document of the XPS file is used.
23
24 -f PAGE, --first=PAGE
25 The first page to convert.
26
27 -l PAGE, --last=PAGE
28 The last page to convert.
29
30 -o, --odd
31 Convert only odd pages.
32
33 -e, --even
34 Convert only even pages.
35
36 -r RESOLUTION, --resolution=RESOLUTION
37 Horizontal and vertical resolution in PPI (Pixels Per Inch). The
38 default is 150 PPI.
39
40 --rx=RESOLUTION
41 Horizontal resolution in PPI (Pixels Per Inch). The default is 150
42 PPI.
43
44 --ry=RESOLUTION
45 Vertical resolution in PPI (Pixels Per Inch). The default is 150
46 PPI.
47
48 -x X, --crop-x=X
49 The x-coordinate of the crop area top left corner.
50
51 -y Y, --crop-y=Y
52 The y-coordinate of the crop area top left corner.
53
54 -w WIDTH, --crop-width=WIDTH
55 The width of crop area.
56
57 -h HEIGHT, --crop-height=HEIGHT
58 The height of crop area.
59
60 --paper-width=WIDTH
61 The paper width.
62
63 --paper-height=HEIGHT
64 The paper height.
65
66 --expand
67 Expand pages smaller than the paper to fill the paper. By default,
68 pages are not scaled.
69
70 --no-shrink
71 Don't scale pages which are larger than the paper. By default,
72 pages larger than the paper are shrunk to fit.
73
74 --no-center
75 Don't center on the paper pages smaller than the paper (after any
76 scaling). By default, pages smaller than the paper are aligned to
77 the lower-left corner.
78
80 Please send bug reports to
81 https://bugzilla.gnome.org/enter_bug.cgi?product=libgxps.
82
84 xpstojpeg(1) xpstopng(1) xpstopdf(1) xpstops(1)
85
86
87
88XPS Tools 07/21/2022 XPSTOSVG(1)