[poppler] poppler Digest, Vol 77, Issue 2

Mohit Tanwar tanwar.mohit at gmail.com
Sat Jul 2 19:22:28 PDT 2011


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, <poppler-request at lists.freedesktop.org>wrote:

> Send poppler mailing list submissions to
>        poppler at lists.freedesktop.org
>
> 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
>        poppler-request at lists.freedesktop.org
>
> You can reach the person managing the list at
>        poppler-owner at lists.freedesktop.org
>
> 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 <bradh at frogmouth.net>
> Subject: Re: [poppler] need documentation and guidance to develop pdf
>        viewer  on android
> To: poppler at lists.freedesktop.org
> Message-ID: <201107020945.13454.bradh at frogmouth.net>
> 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
> poppler at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/poppler
>
>
> End of poppler Digest, Vol 77, Issue 2
> **************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/poppler/attachments/20110703/1f573d6a/attachment.html>


More information about the poppler mailing list