ps2pdf12.bat 332 B

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