Re: calling external program tiff2pdf



Hi

I cut and pasted. The solution is you need to give a list as I
mentioned earlier.

Its not though, I've never done that(given a list), and using the code
you posted it works for me. Something else is up...

I used this as the full program:

my $filename="fred.tiff";
my $newfile="john.pdf";
system ("tiff2pdf -o $newfile $filename");

worked just fine.
.