I want to convert .DOC files into .PDF format using php image library imagemagick . When I used
convert filename.doc filename.pdf
command in terminal to convert file to .PDF format I got the error
convert: no decode delegate for this image format `ATTENDANCE.doc' @ error/constitute.c/ReadImage/532.
convert: missing an image filename `ATTENDANCE.pdf' @ error/convert.c/ConvertImageCommand/3011.
Any help and suggestions will be appreciable.