I'm trying to convert a .doc file to pdf with antiword:
antiword -a a4 pruebaDoc.doc > pruebaDoc.pdf
I get this message "The combination PDF and UTF-8 is not supported"
How can I fix this?
|
I'm trying to convert a .doc file to pdf with antiword:
I get this message "The combination PDF and UTF-8 is not supported" How can I fix this? | |||
feedback
|
This question came from our site for professional and enthusiast programmers.
|
See this post here for a Linux solution. This is the wrapper solution that they recommend:
For Windows you can try specifying a specific mapping file using the
| |||
|
feedback
|