1PAPS(1) General Commands Manual PAPS(1)
2
3
4
6 paps - UTF-8 to PostScript converter using Pango
7
9 paps [options] files...
10
12 paps reads a UTF-8 encoded file and generates a PostScript language
13 rendering of the file. The rendering is done by creating outline curves
14 through the pango ft2 backend.
15
17 These programs follow the usual GNU command line syntax, with long
18 options starting with two dashes (`-'). A summary of options is
19 included below.
20
21 --landscape
22 Landscape output. Default is portrait.
23
24 --columns=cl
25 Number of columns output. Default is 1.
26
27 --font=desc
28 Set the font description. Default is Monospace 12.
29
30 --rtl Do rtl layout.
31
32 --paper ps
33 Choose paper size. Known paper sizes are legal, letter, a4.
34 Default is A4.
35
36 --bottom-margin=bm
37 Set bottom margin in postscript points (1/72 inch). Default is
38 36.
39
40 --top-margin=tm
41 Set top margin. Default is 36.
42
43 --left-margin=lm
44 Set left margin. Default is 36.
45
46 --right-margin=rm
47 Set right margin. Default is 36.
48
49 --help Show summary of options.
50
51 --header
52 Draw page header for each page.
53
54 --markup
55 Interpret the text as pango markup.
56
57 --encoding=ENCODING
58 Assume the documentation encoding is ENCODING.
59
60 --lpi Set the lines per inch. This determines the line spacing.
61
62 --cpi Set the characters per inch. This is an alternative method of
63 specifying the font size.
64
65 --stretch-chars
66 Indicates that characters should be stretched in the y-direction
67 to fill up their vertical space. This is similar to the texttops
68 behaviour.
69
71 paps was written by Dov Grobgeld <dov.grobgeld@gmail.com>.
72
73 This manual page was written by Lior Kaplan <kaplan@debian.org>, for
74 the Debian project (but may be used by others).
75
76
77
78 April 17, 2006 PAPS(1)