1PS2ASCII(1) Ghostscript Tools PS2ASCII(1)
2
3
4
6 ps2ascii - Ghostscript translator from PostScript or PDF to ASCII
7
9 ps2ascii [ input.ps [ output.txt ] ]
10 ps2ascii input.pdf [ output.txt ]
11
13 ps2ascii uses gs(1) to extract ASCII text from PostScript(tm) or Adobe
14 Portable Document Format (PDF) files. If no files are specified on the
15 command line, gs reads from standard input; but PDF input must come
16 from an explicitly-named file, not standard input. If no output file
17 is specified, the ASCII text is written to standard output.
18
19 ps2ascii doesn't look at font encoding, and isn't very good at dealing
20 with kerning, so for PostScript (but not currently PDF), you might con‐
21 sider pstotext (see below).
22
24 Run "gs -h" to find the location of Ghostscript documentation on your
25 system, from which you can get more details.
26
28 pstotext(1), http://www.research.digital.com/SRC/virtualpaper/psto‐
29 text.html
30
32 This document was last revised for Ghostscript version 8.15.
33
35 artofcode LLC and Artifex Software, bug-gs at ghostscript.com, are the
36 primary maintainers of Ghostscript. David M. Jones <dmjones@the‐
37 ory.lcs.mit.edu> made subtantial improvements to ps2ascii.
38
39
40
418.15 22 September 2004 PS2ASCII(1)