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