Re: [PHP-DB] Doc to PDF with mssql

2009-11-07 Thread Philip Thompson
On Nov 4, 2009, at 4:00 PM, Chris wrote: Chris wrote: Rafael Costa Pimenta wrote: But the link http://doc2pdf.sourceforge.net/overview.html seems to use e-mail, i did not understand, I just want to extract a word .doc file from the mssql database, save in a temp directory, convert to the

Re: [PHP-DB] Doc to PDF with mssql

2009-11-04 Thread Rafael Costa Pimenta
But the link http://doc2pdf.sourceforge.net/overview.html seems to use e-mail, i did not understand, I just want to extract a word .doc file from the mssql database, save in a temp directory, convert to the PDF format and let the user download the PDF file. 2009/11/3 Chris dmag...@gmail.com

Re: [PHP-DB] Doc to PDF with mssql

2009-11-04 Thread Chris
Rafael Costa Pimenta wrote: But the link http://doc2pdf.sourceforge.net/overview.html seems to use e-mail, i did not understand, I just want to extract a word .doc file from the mssql database, save in a temp directory, convert to the PDF format and let the user download the PDF file.

Re: [PHP-DB] Doc to PDF with mssql

2009-11-04 Thread Chris
Chris wrote: Rafael Costa Pimenta wrote: But the link http://doc2pdf.sourceforge.net/overview.html seems to use e-mail, i did not understand, I just want to extract a word .doc file from the mssql database, save in a temp directory, convert to the PDF format and let the user download the PDF

Re: [PHP-DB] Doc to PDF with mssql

2009-11-03 Thread Chris
Rafael Costa Pimenta wrote: Hi someone knows how to convert a word .doc to a PDF using PHP? There are external tools available to do it. http://doc2pdf.sourceforge.net/overview.html is one such tool. After installing it you exec the binary: exec('pdf2doc blah blah'); where 'blah blah' is