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

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