Re: calling external program tiff2pdf
- From: James muffin <npc@xxxxxxx>
- Date: Thu, 19 Jun 2008 22:27:36 +0200 (CEST)
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.
.
- Follow-Ups:
- Re: calling external program tiff2pdf
- From: Bill H
- Re: calling external program tiff2pdf
- References:
- calling external program tiff2pdf
- From: John
- Re: calling external program tiff2pdf
- From: Dr.Ruud
- Re: calling external program tiff2pdf
- From: John
- calling external program tiff2pdf
- Prev by Date: Re: Does sleep increase server load?
- Next by Date: Re: Does sleep increase server load?
- Previous by thread: Re: calling external program tiff2pdf
- Next by thread: Re: calling external program tiff2pdf
- Index(es):