ps2pdf13.bat 334 B

123456789101112131415
  1. @echo off
  2. @rem $Id: ps2pdf13.bat,v 1.7 2002/02/21 21:49:28 giles Exp $
  3. rem Convert PostScript to PDF 1.3 (Acrobat 4-and-later compatible).
  4. echo -dCompatibilityLevel#1.3 >_.at
  5. goto bot
  6. rem Pass arguments through a file to avoid overflowing the command line.
  7. :top
  8. echo %1 >>_.at
  9. shift
  10. :bot
  11. if not %3/==/ goto top
  12. call ps2pdfxx %1 %2