Thanks Brad,<div>I tried apdfviewer, but its still having a lot of issues. That&#39;s the only reason i need to implement it by myself.</div><div>I also tried, converting splashoutputdev output into jpeg, but the text inside pdf, didn&#39;t show up. only Images in the pdf were able to render.</div>
<div>I also read documentation through code to implement. </div><div>Should i share the code base which i used to convert splashoutput into jpeg.</div><div><br></div><div>Thanks</div><div>mohit<br><br><div class="gmail_quote">
On Sun, Jul 3, 2011 at 12:30 AM,  <span dir="ltr">&lt;<a href="mailto:poppler-request@lists.freedesktop.org">poppler-request@lists.freedesktop.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Send poppler mailing list submissions to<br>
        <a href="mailto:poppler@lists.freedesktop.org">poppler@lists.freedesktop.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.freedesktop.org/mailman/listinfo/poppler" target="_blank">http://lists.freedesktop.org/mailman/listinfo/poppler</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:poppler-request@lists.freedesktop.org">poppler-request@lists.freedesktop.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:poppler-owner@lists.freedesktop.org">poppler-owner@lists.freedesktop.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of poppler digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Re: need documentation and guidance to develop pdf viewer on<br>
      android (Brad Hards)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Sat, 2 Jul 2011 09:45:13 +1000<br>
From: Brad Hards &lt;<a href="mailto:bradh@frogmouth.net">bradh@frogmouth.net</a>&gt;<br>
Subject: Re: [poppler] need documentation and guidance to develop pdf<br>
        viewer  on android<br>
To: <a href="mailto:poppler@lists.freedesktop.org">poppler@lists.freedesktop.org</a><br>
Message-ID: &lt;<a href="mailto:201107020945.13454.bradh@frogmouth.net">201107020945.13454.bradh@frogmouth.net</a>&gt;<br>
Content-Type: Text/Plain;  charset=&quot;iso-8859-15&quot;<br>
<br>
On Saturday 02 July 2011 00:03:29 Mohit Tanwar wrote:<br>
&gt; Second, I try to understand some code, and got to understand few things<br>
&gt; 1. TextOutputDev, use to search a text in the page(s). I made sample code<br>
&gt; and tested it.<br>
If you have it working, what do you want to know?<br>
<br>
&gt; 2. I want to know about SplashOutputDev, because i found that it created<br>
&gt; SplashBitmap which contains images in the pdf.<br>
Splash is a renderer designed to handle PDF. So the SplashOutputDev uses<br>
Splash to produce a raster image of the page. You can just use that image as<br>
an input to skia if you like<br>
<br>
&gt;     I need to know more about it, as i&#39;m going to use &quot;skia&quot; 2D graphics<br>
&gt; library, and want to create AndroidPdfOutputDev extending OutputDev.<br>
&gt;     There are few methods like drawImage, drawChar,.....<br>
I don&#39;t think there is any documentation beyond what is in the code. I&#39;d look<br>
at the existing subclasses (e.g. splash, cairo and Qt based ones) and work<br>
from those.<br>
<br>
Also: <a href="http://code.google.com/p/apdfviewer/" target="_blank">http://code.google.com/p/apdfviewer/</a><br>
<br>
Brad<br>
<br>
<br>
------------------------------<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>
<br>
<br>
End of poppler Digest, Vol 77, Issue 2<br>
**************************************<br>
</blockquote></div><br></div>