[android-developers] Re: Render a PDF in a View

2011-02-01 Thread pedr0
Thanks a lot Alessandro. Have a nice day. On 1 Feb, 17:06, Alessandro Pellizzari wrote: > Il Tue, 01 Feb 2011 07:56:43 -0800, pedr0 ha scritto: > > > Could you give me an open source library name or web link wich I can > > use, I would like read some documentation about it. > > I think the most

[android-developers] Re: Render a PDF in a View

2011-02-01 Thread Alessandro Pellizzari
Il Tue, 01 Feb 2011 07:56:43 -0800, pedr0 ha scritto: > Could you give me an open source library name or web link wich I can > use, I would like read some documentation about it. I think the most developed and used is mupdf: http://code.google.com/p/mupdf-android/ Maybe there are other libs. Tr

[android-developers] Re: Render a PDF in a View

2011-02-01 Thread pedr0
Could you give me an open source library name or web link wich I can use, I would like read some documentation about it. I prefer use a library : - ) Thanks a lot. On 1 Feb, 16:38, Alessandro Pellizzari wrote: > Il Tue, 01 Feb 2011 07:33:23 -0800, pedr0 ha scritto: > > > But PDF reader exis

[android-developers] Re: Render a PDF in a View

2011-02-01 Thread Alessandro Pellizzari
Il Tue, 01 Feb 2011 07:33:23 -0800, pedr0 ha scritto: > But PDF reader exists for Android.. Yes. You can create your own PDF parsing and rendering engine, and make it draw on a canvas. :) Or you can use an open source one (respecting its license). Bye. -- You received this message because

[android-developers] Re: Render a PDF in a View

2011-02-01 Thread pedr0
But PDF reader exists for Android.. On 1 Feb, 16:29, Mark Murphy wrote: > On Tue, Feb 1, 2011 at 10:26 AM, pedr0 wrote: > > anyone knows how, if it is possibile, to draw an PDF in a View ? > > There is nothing in the Android SDK that supports PDFs. > > -- > Mark Murphy (a Commons > Guy)http://