I am trying to convert TeX, made using moderncv, to .doc format. I am trying to use the following 2 commands
pdflatex filename.tex
mk4ht oolatex filename.tex
But I'm getting the following error
! Package hyperref Error: Wrong driver option `pdftex',
(hyperref) because pdfTeX in PDF mode is not detected.
See the hyperref package documentation for explanation.
Type H <return> for immediate help.
...
l.3905 \ProcessKeyvalOptions{Hyp}
How can I fix the problem? If it is not possible is there any alternate way to convert TeX to .doc?
pdftexoption when calling hyperref; it's not necessary even when usingpdflatex. – egreg Oct 29 '11 at 15:53moderncvdoes this itself! – Martin Scharrer♦ Oct 29 '11 at 15:57