With TrueType fonts you could dump the referenced object stream as a .ttf &amp; .css file to be included as a web font. The only difficulty I imagine would be converting Type1 or other types of fonts.<div><br></div><div>While the FoFi library has utility methods to convert from TrueType to Type1 &amp; Type42 there&#39;s nothing to go in the other direction, FontForge can do this though and can be automated via scripts.</div>
<div><br></div><div>Scribd tackled exactly this issue last year which was covered in-depth on their coding@scribd blog: <a href="http://coding.scribd.com/2010/05/17/facing-font-in-html/">http://coding.scribd.com/2010/05/17/facing-font-in-html/</a> </div>
<div><br><div class="gmail_quote">On 24 March 2011 11:15, suzuki toshiya <span dir="ltr">&lt;<a href="mailto:mpsuzuki@hiroshima-u.ac.jp">mpsuzuki@hiroshima-u.ac.jp</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<br>
I think it&#39;s reasonable request. The first step would<br>
be the improvement of utils/HtmlFonts.cc, to translate<br>
the font specification in PDF to that for HTML.<br>
If nobody have sufficient time to start quickly, I<br>
want to do it when I have a time to do it. However,<br>
non-ASCII font names (used by CJK fonts) are often<br>
coded by PostScript syntax and many ad-hoc code would<br>
be required to recover the original face name.<br>
<br>
The next step would be... Although CSS can include more<br>
information to specify a font with detailed typeface<br>
classifications like Panose, most HTML rendering systems<br>
won&#39;t reflect it. I guess the pragmatic solution would<br>
be the extension of pdftohtml to generate an archive<br>
(like MHTML or Mozilla archive) that can include HTML,<br>
CSS and fonts.<br>
<br>
Regards,<br>
mpsuzuki<br>
<div><div></div><div class="h5"><br>
jack volt wrote:<br>
&gt; Hello ,<br>
&gt;<br>
&gt; I have a question about the font of pdftohmtl&#39;s output file .<br>
&gt; Is there any way to generate a html a little bit more faithful(and actuaally<br>
&gt; prettier ) to the original pdf .Output file font is very basic .<br>
&gt;<br>
&gt; Thanks in advance .<br>
&gt;<br>
&gt; Jack Volte<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div></div>&gt; ------------------------------------------------------------------------<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; poppler mailing list<br>
&gt; <a href="mailto:poppler@lists.freedesktop.org">poppler@lists.freedesktop.org</a><br>
&gt; <a href="http://lists.freedesktop.org/mailman/listinfo/poppler" target="_blank">http://lists.freedesktop.org/mailman/listinfo/poppler</a><br>
<br>
_______________________________________________<br>
poppler mailing list<br>
<a href="mailto:poppler@lists.freedesktop.org">poppler@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/poppler" target="_blank">http://lists.freedesktop.org/mailman/listinfo/poppler</a><br>
</blockquote></div><br></div>