I successfully converted a .doc to pdf using this command:
$result = exec('"C:\Program Files (x86)\OpenOffice 4\program\python.exe"
D:\wamp\www\doc_to_pdf\libobasis4.4-pyuno\unoconv -f pdf -o
D:/wamp/www/doc_to_pdf/files/'.$pdf_File_name.'
D:/wamp/www/doc_to_pdf/files/'.$doc_file_name);
the reference at Convert Word doc, docx and Excel xls, xlsx to PDF with PHP, also using openoffice and unoconv.. When I convert document with all font color black.. the ghostscript detect still contain color -o - -sDEVICE=inkcov E:/myfile.pdf
How to fix it?