compatibilise les pdf 1.4 et 1.5

darcs-hash:20061107014459-9e428-7af0ce8a236a9029ea9c3f8c438c7407366ac151.gz
This commit is contained in:
bobot 2006-11-07 02:44:59 +01:00
parent 028c12efe3
commit 95c7c00eba

View file

@ -150,7 +150,7 @@ foreach my $option (@optarr)
# Complete the command
#
warn ("ERROR: pdftops-options: $cmdopt\n");
$rc = system ("$pdftops_path $cmdopt $pdffile -");
$rc = system ("/usr/scripts/impression/compatibilise $pdffile $cmdopt ; $pdftops_path $cmdopt $pdffile - ");
if ($rc)
{
$ir = $rc & 127;