0

My document is based on PDFLaTeX, if I run the TeX application file through PDFLaTeX, then I don't have any issues, but if I run the same file for HTML conversion through TeX4ht, then the following error comes:

enter image description here

My code is follows:

\documentclass{book}
\usepackage[pdftex]{graphicx}
\begin{document}

\chapter{Test Chapter}

This is for test

\end{document}

Note that I am using MikTeX V2.9 and the conversion command is used as:

htlatex test "xhtml,fn-in" " -cunifht" "-cvalidate -p"

Also note that for the whole project most of the figures are in .pdf format and some of the images are in .jpg and .png format and very few in .eps format, hence I have used epstopdf.sty... Please suggest...

MadyYuvi
  • 13,693

1 Answers1

1

I have found solution for my requirement and the link is PDF image files and `htlatex` Special Thanks to Michal....

MadyYuvi
  • 13,693