source: other-projects/trunk/winbin/bin/ghostscript/lib/ps2pdf.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: 509 bytes
Line 
1@echo off
2@rem $Id: ps2pdf.bat 8244 2007-09-18 19:01:34Z giles $
3
4rem Convert PostScript to PDF 1.4 (Acrobat 5-and-later compatible).
5rem The default PDF compatibility level may change in the future:
6rem use ps2pdf12 or ps2pdf13 if you want a specific level.
7
8rem The current default compatibility level is PDF 1.4.
9echo -dCompatibilityLevel#1.4 >_.at
10goto bot
11
12rem Pass arguments through a file to avoid overflowing the command line.
13:top
14echo %1 >>_.at
15shift
16:bot
17if not %3/==/ goto top
18call ps2pdfxx %1 %2
Note: See TracBrowser for help on using the repository browser.