Re: [PHP] tiff to pdf conversion

2004-04-02 Thread Mark C
Once upon a time Jason Wong was quoted as saying: > On Friday 02 April 2004 16:39, Brent Clark wrote: > >> anyone know of a quick way to convert a tiff file to a pdf format >> file. I was thinking of a shell script. you could give ImageMagick a try, i.e convert somefile.tif somefile.pdf http://

Re: [PHP] tiff to pdf conversion

2004-04-02 Thread Jason Wong
On Friday 02 April 2004 16:39, Brent Clark wrote: > anyone know of a quick way to convert a tiff file to a pdf format file. > I was thinking of a shell script. It would have to be a pretty clever shell script. I don't know of a tiff > pdf convertor but you can use tiff2ps then ps2pdf, google fo

[PHP] tiff to pdf conversion

2004-04-02 Thread Brent Clark
Hi all anyone know of a quick way to convert a tiff file to a pdf format file. I was thinking of a shell script. Kind Regards Brent Clark