I am using
Ted (for conversion of RTF to PDF documents via shell_exec command from php script like:
shell_exec(rtf2pdf.sh test.rtf test.pdf)
But the issue is that the converted PDF file is also displaying the hidden data of rtf file.
Is there a way of preventing it ?
Or should I go with any other tool ?