summaryrefslogtreecommitdiff
path: root/lib/ps2ascii.bat
Commit message (Collapse)AuthorAgeFilesLines
* Tools - remove ps2ascii.ps, recode scripts to use txtwriteKen Sharp2017-06-191-3/+3
| | | | | | | | | | | | | | ps2ascii.ps uses DELAYBIND, which we would like to get rid of, in addition it doesn't do a terribly good job of actually extracting text. The txtwrite device is more sophisticated, although it does not have the added 'COMPLEX' feature of ps2ascii.ps which emits strokes and fills as rectangles. If the COMPLEX feature set should prove useful enough it would be easy to add this functionality to a new device, but in reality I doubt anyone is using this. The scripts specifically set -dSIMPLE. This allows us to deprecate DELAYBIND and in future remove it.
* Commit of build_consolidation branchChris Liddell2015-07-201-0/+14
Squashed into one commit (see branch for details of the evolution of the branch). This brings gpcl6 and gxps into the Ghostscript build system, and a shared set of graphics library object files for all the interpreters. Also, brings the same configuration options to the pcl and xps products as we have for Ghostscript.