ps2pdf14.bat 332 B

123456789101112131415
  1. @echo off
  2. @rem $Id: ps2pdf14.bat,v 1.2 2001/06/22 16:09:22 lpd Exp $
  3. rem Convert PostScript to PDF 1.4 (Acrobat 5-and-later compatible).
  4. echo -dCompatibilityLevel#1.4 >_.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