Hello guys,<br><br>  I'm working on a project called pdf2htmlEX (<a href="http://github.com/coolwanglu/pdf2htmlEX" target="_blank">http://github.com/coolwanglu/pdf2htmlEX</a>).<br>  Comparing with pdftohtml in poppler, there's lots of work on font extraction/conversion/reencoding with Fontforge.<br>


<br>  Currently all non-text objects are rendered as png images throught SplashOutputDev, but I found that svg might be better. <br>  I'm considering using CairoOutputDev, but it's hidden, even with --enable-xpdf-headers, I wonder why.<br>

<br>  I need to derived a class, that renders everything except for text. I'll need to hack more in the furture.<br><br>  Do you suggest me to create a patch for exposing CairoOutputDev, or just grab out the necessary files I need. <br>

  I'd prefer the former, what do you think? <br><br><br>  Thanks!<br><br><br>  regards,<br>  - Lu<br>  2012.10.03<br>