blob: f3c61d6332a58413cdd09461ec5347aa33cee3b8 (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh
# $RCSfile$ $Revision: 1412 $
# Convert PCL or PXL to PDF.
# Currently, we produce PDF 1.2 by default, but this is not guaranteed
# not to change in the future.
exec pcl2pdfwr "$@"
|