source: other-projects/trunk/winbin/bin/ghostscript/lib/ps2pdf14.cmd@ 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: 330 bytes
Line 
1/* $Id: ps2pdf14.cmd 6300 2005-12-28 19:56:24Z giles $ */
2/*
3 * This file is maintained by a user: if you have any questions about it,
4 * please contact Mark Hale ([email protected]).
5 */
6
7/* Convert PostScript to PDF 1.4 (Acrobat 5-and-later compatible). */
8
9parse arg params
10
11call 'ps2pdf' '-dCompatibilityLevel=1.4' params
Note: See TracBrowser for help on using the repository browser.