summaryrefslogtreecommitdiff
path: root/tools/pcl2pdf.bat
blob: c35c178384370900b18646ce0e2c7b128aaa2e07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@echo off
@rem $RCSfile$ $Revision$

rem Convert PCL or PXL to PDF 1.3 (Acrobat 4-and-later compatible).
rem The default PDF compatibility level may change in the future:

echo -dCompatibilityLevel#1.3 >_.at
goto bot

rem Pass arguments through a file to avoid overflowing the command line.
:top
echo %1 >>_.at
shift
:bot
if not "%3"=="" goto top
call pcl2pdfwr %1 %2