source: other-projects/trunk/winbin/bin/ghostscript/lib/dumphint.bat@ 17223

Last change on this file since 17223 was 17223, checked in by max, 16 years ago

Add Ghostscript binaries and libraries for windows.

File size: 371 bytes
Line 
1@echo off
2@rem $Id: dumphint.bat 6300 2005-12-28 19:56:24Z giles $
3@rem Linearized PDF hint formatting utility.
4
5if %1/==/ goto usage
6call gssetgs.bat
7echo -q -dNODISPLAY -dSAFER -dDELAYSAFER >_.at
8:cp
9if %2/==/ goto doit
10echo %2 >>_.at
11shift
12goto cp
13
14:doit
15%GSC% -q @_.at -- dumphint.ps %1
16if exist _.at erase _.at
17goto end
18
19:usage
20echo Usage: dumphint input.pdf
21
22:end
Note: See TracBrowser for help on using the repository browser.