Re: [PHP] Converting PCX to ...

2002-07-09 Thread BB
Thanks, installed and working Miguel Cruz [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Mon, 8 Jul 2002, BB wrote: I'm writing a reporting system and I have a problem. I need to insert PCXs into a PDF (using PDFLib), but it doesn't support PCXs.

Re: [PHP] Converting PCX to ...

2002-07-09 Thread BB
im having problem getting this converter to work, im running the following code: exec(cmd /c f:; cd \Products\legacyipc\ipc_dev\Chapter 21; convert test.pcx PDF_Cache\test.gif); which is built from a load of data from a database. Unfortunatly, nothing happens. I don't see the new gif, and I

Re: [PHP] Converting PCX to ...

2002-07-09 Thread BB
batch files rock! :o) Bb [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... im having problem getting this converter to work, im running the following code: exec(cmd /c f:; cd \Products\legacyipc\ipc_dev\Chapter 21; convert test.pcx PDF_Cache\test.gif); which

[PHP] Converting PCX to ...

2002-07-08 Thread BB
I'm writing a reporting system and I have a problem. I need to insert PCXs into a PDF (using PDFLib), but it doesn't support PCXs. So, to get round the problem, I need to convert the PCXs to JPGs or GIFs Does anyone know of a piece of PHP that can do this inline, (by that I mean, can be called

Re: [PHP] Converting PCX to ...

2002-07-08 Thread Miguel Cruz
On Mon, 8 Jul 2002, BB wrote: I'm writing a reporting system and I have a problem. I need to insert PCXs into a PDF (using PDFLib), but it doesn't support PCXs. So, to get round the problem, I need to convert the PCXs to JPGs or GIFs Does anyone know of a piece of PHP that can do this