diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-04 06:19:09 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-04 06:19:09 +0000 |
commit | b1955840c58c667de6a95631d1f4b9b0a70202c3 (patch) | |
tree | 7b31d9c639b59ca47480bfcac1a25560808f59c5 /sys/src/cmd/gs/man/ps2ascii.1.man | |
parent | b8436b026a90291ba26afa4f7a2700720b03339f (diff) |
rename ape manpages so they dont get filtered out as object files
Diffstat (limited to 'sys/src/cmd/gs/man/ps2ascii.1.man')
-rw-r--r-- | sys/src/cmd/gs/man/ps2ascii.1.man | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/sys/src/cmd/gs/man/ps2ascii.1.man b/sys/src/cmd/gs/man/ps2ascii.1.man new file mode 100644 index 000000000..984385bb8 --- /dev/null +++ b/sys/src/cmd/gs/man/ps2ascii.1.man @@ -0,0 +1,31 @@ +.\" $Id: ps2ascii.1,v 1.37 2005/10/20 19:46:55 ray Exp $ +.TH PS2ASCII 1 "20 October 2005" 8.53 "Ghostscript Tools" \" -*- nroff -*- +.SH NAME +ps2ascii \- Ghostscript translator from PostScript or PDF to ASCII +.SH SYNOPSIS +\fBps2ascii\fR [ \fIinput.ps\fR [ \fIoutput.txt\fR ] ] +.br +\fBps2ascii\fR \fIinput.pdf\fR [ \fIoutput.txt\fR ] +.SH DESCRIPTION +\fBps2ascii\fR uses \fBgs\fR(1) to extract ASCII text from +\fBPostScript\fR(tm) or Adobe \fBPortable Document Format\fR (PDF) +files. If no files are specified on the command line, \fBgs\fR reads from +standard input; but PDF input must come from an explicitly-named file, not +standard input. If no output file is specified, the ASCII text is written +to standard output. +.PP +\fBps2ascii\fR doesn't look at font encoding, and isn't very good at +dealing with kerning, so for PostScript (but not currently PDF), you might +consider \fBpstotext\fR (see below). +.SH FILES +Run "\fBgs -h\fR" to find the location of Ghostscript documentation on your +system, from which you can get more details. +.SH SEE ALSO +pstotext(1), http://www.research.digital.com/SRC/virtualpaper/pstotext.html +.SH VERSION +This document was last revised for Ghostscript version 8.53. +.SH AUTHOR +artofcode LLC and Artifex Software, bug-gs at ghostscript.com, are the +primary maintainers of Ghostscript. +David M. Jones <dmjones@theory.lcs.mit.edu> made substantial improvements +to \fBps2ascii\fR. |