Recently I have worked on converting .tex to .html. I have solved a lot of problems with the help of @michal.h21. the last question is about the image problem.
I use the MiKTeX system, it is basic-miktex-2.9.6361-x64 from miktex2.9, and installed on a Windows 7 system.
The code I use is the following:
\documentclass[12pt]{article}
\usepackage{subfigure}
\usepackage{graphicx}
\begin{document}
The main problem here is as listed: 1, the figure can not be changed well engough, 2 the tabe is also not so good 3, espeially is the refrence list that can not be listed one by one.
speccial character test.
\begin{figure}[h]
\centering
\subfigure[]{
\includegraphics[width=0.45 \textwidth]{pdffigure//AAA.pdf}
\label{AAA}
}
\subfigure[]{
\includegraphics[width=0.45 \textwidth]{pdffigure//BBB.pdf}
\label{BBB}
}
\caption{(a) is the picuture to be tested (b) is the picture to be tested.}
\label{Emission}
\end{figure}
The figure is in figure \ref{AAA}. And also the picuture b is also tested in figure \ref{BBB}.
\end{document}
pdffigure is the folder I put all the figures.
I use the command as below
htlatex Test.tex
However, the figure is not correctly displayed. But if I change the .pdf figures to .eps figures, there will be no errors.
So the result is like the figure above. I have tried a lot of configuration from stackexchange, but it does work so well. It seems if the system is TeX Live distrubtion, there is no such errors. However, now I used a different system.
PS, this up and down problems could be solved by one post solving the up and down display. But still this can not solve the .pdf suffix problem.
Anyone has some suggestions?


//inpdffigure//AAA.pdf? – David Carlisle Oct 25 '17 at 19:07\it{\Pi}\itis deprecated, but if you do use it it does not take an argument and by default it has no effect on\Pi– David Carlisle Oct 25 '17 at 19:09//as it is likely to be a syntax error in some filesystems, the syntax should be/.\itis unrelated but the syntax shown above is wrong,so I thought I would mention it. – David Carlisle Oct 25 '17 at 20:06