星火微课系统客户端
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415
  1. @echo off
  2. @rem $Id: ps2pdf14.bat 6300 2005-12-28 19:56:24Z giles $
  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