Linux Commands Examples

A great documentation place for Linux commands

ps2ascii

Ghostscript translator from PostScript or PDF to ASCII

Synopsis

ps2ascii [ input.ps [ output.txt ] ]
ps2ascii
input.pdf [ output.txt ]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples


no example yet ...

... Feel free to add your own example above to help other Linux-lovers !

description

ps2ascii uses gs(1) to extract ASCII text from PostScript(tm) or Adobe Portable Document Format (PDF) files. If no files are specified on the command line, gs 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.

ps2ascii 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 pstotext (see below).

files

Run "gs -h" to find the location of Ghostscript documentation on your system, from which you can get more details.

version

This document was last revised for Ghostscript version 9.07.


see also

pstotext, http://www.research.digital.com/SRC/virtualpaper/pstotext.html


author

Artifex Software, Inc. are the primary maintainers of Ghostscript. David M. Jones <dmjones[:at:]theory.lcs.mit[:dot:]edu> made substantial improvements to ps2ascii.

How can this site be more helpful to YOU ?


give  feedback