but this is not what i am looking for,what i do is i upload files to the rtf files to the server and when files gets into the server must be converted to pdf.
i did that with converting rtf to html but firstly i execute system command using unrtf.
code below
-------------
$target2 //is a path
$message=exec(" unrtf-0.20.2/unrtf --html ".$target2.$old name." > ".$target2.$new name."");
so this works very fine i want to do something of this nature.
Comment