Hello, I got a solution after tweaking the solution here:<br><a href="http://www.madcomputerscientist.net/blog/home/2007/08/converting-beamerpdf-presentations-to.html">http://www.madcomputerscientist.net/blog/home/2007/08/converting-beamerpdf-presentations-to.html</a><br>
<br>He was suggesting GS - yes. Except the latter tools which I don&#39;t have it on ubuntu <br><br>Tools :<br>gs - well, we have it most of the time<br>igal - creating HTML thumbnails/gallery<br>ImageMagick - I use convert to change the resolution ... I can&#39;t set from gs output 640x480 at first.. rather to tweak it later.<br>
<br>Here goes:<br><br>  gs -dNOPAUSE -g1024x768 -r205 -sDEVICE=pngalpha -sOutputFile=./temp/slide_%d.png -dBATCH beamer-foss-my-09.pdf <br> <br> for i in *.png; do convert -resize 640x480 $i new/$i ; done<br> <br> cd new/<br>
<br> ls<br><br> igal2 -r *<br><br><br>Done! - I am so happy... <br><br><br><div class="gmail_quote">On Thu, Oct 22, 2009 at 12:48 AM, Victor Ivrii <span dir="ltr">&lt;<a href="mailto:vivrii@gmail.com">vivrii@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">On Wed, Oct 21, 2009 at 12:34 PM, Muhammad Najmi Ahmad Zabidi<br>

&lt;<a href="mailto:najmi.zabidi@gmail.com">najmi.zabidi@gmail.com</a>&gt; wrote:<br>
&gt; Hello,<br>
&gt;<br>
&gt; I want to convert my PDF slides from Beamer to HTML ... say thumbnails.<br>
&gt;<br>
&gt; I did tried pdftohtml but it doesn&#39;t work well.<br>
&gt;<br>
&gt; Any clue? Googled but seems lost.<br>
<br>
</div></div>Converting pdf files to html is not task of TeX.<br>
What can be done? Use htlatex to generate html rather than pdf<br>
However beamer is not supported, rewrite as powerdot (which is rather easy).<br>
Adding Slidy <a href="http://www.w3.org/Talks/Tools/Slidy/#%281%29" target="_blank">http://www.w3.org/Talks/Tools/Slidy/#(1)</a> allows<br>
presentation like this<br>
<br>
<a href="http://weyl.math.toronto.edu/Experimental/Talk_5A.html" target="_blank">http://weyl.math.toronto.edu/Experimental/Talk_5A.html</a><br>
<br>
(made ONLY to check how it works)<br>
<br>
HTH Victor<br>
<br>
<br>
<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; TeX FAQ: <a href="http://www.tex.ac.uk/faq" target="_blank">http://www.tex.ac.uk/faq</a><br>
&gt; Mailing list archives: <a href="http://tug.org/pipermail/texhax/" target="_blank">http://tug.org/pipermail/texhax/</a><br>
&gt; More links: <a href="http://tug.org/begin.html" target="_blank">http://tug.org/begin.html</a><br>
&gt;<br>
&gt; Automated subscription management: <a href="http://tug.org/mailman/listinfo/texhax" target="_blank">http://tug.org/mailman/listinfo/texhax</a><br>
&gt; Human mailing list managers: <a href="mailto:postmaster@tug.org">postmaster@tug.org</a><br>
&gt;<br>
<font color="#888888"><br>
<br>
<br>
--<br>
========================<br>
Victor Ivrii, Professor, Department of Mathematics, University of Toronto<br>
<a href="http://www.math.toronto.edu/ivrii" target="_blank">http://www.math.toronto.edu/ivrii</a><br>
</font></blockquote></div><br>