1XPSTOPS(1) XPS Tools XPSTOPS(1)
2
3
4
6 xpstops - XPS to PostScript converter
7
9 xpstops [OPTION...] FILE [OUTPUT FILE]
10
12 xpstops converts XPS documents to PostScript format. xpstops reads the
13 XPS file, FILE, and writes a PostScript file, OUTPUT FILE. If OUTPUT
14 FILE is not specified the output filename will be derived from the FILE
15 filename.
16
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 --level2
62 Generate Level 2 PostScript. Level 2 supports color images and
63 image compression.
64
65 --level3
66 Generate Level 3 PostScript. This enables all Level 2 features plus
67 shading patterns and masked images. This is the default setting.
68
69 --eps
70 Generate an Encapsulated PostScript (EPS) file.
71
72 --paper=PAPER
73 Set the paper size to one of "A0", "A1", "A2", "A3", "A4", "A5",
74 "B4", "B5", "Letter", "Tabloid", "Ledger", "Legal", "Statement",
75 "Executive", "Folio", "Quarto", "10x14".
76
77 --duplex
78 Adds the %%IncludeFeature: *Duplex DuplexNoTumble DSC comment to
79 the PostScript file. This tells the print manager to enable
80 duplexing.
81
82 --paper-width=WIDTH
83 The paper width.
84
85 --paper-height=HEIGHT
86 The paper height.
87
88 --expand
89 Expand pages smaller than the paper to fill the paper. By default,
90 pages are not scaled.
91
92 --no-shrink
93 Don't scale pages which are larger than the paper. By default,
94 pages larger than the paper are shrunk to fit.
95
96 --no-center
97 Don't center on the paper pages smaller than the paper (after any
98 scaling). By default, pages smaller than the paper are aligned to
99 the lower-left corner.
100
102 Please send bug reports to
103 https://bugzilla.gnome.org/enter_bug.cgi?product=libgxps.
104
106 xpstojpeg(1) xpstopng(1) xpstopdf(1) xpstosvg(1)
107
108
109
110XPS Tools 02/26/2021 XPSTOPS(1)