[android-developers] Convert PDF to Thumbnail JPG

2012-04-11 Thread New Developer
Is there a method to convert the first Page of a PDF to a Thumbnail JPG ? Is it a part of the PDF reference manual ? Thanks in advance -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Convert PDF to Thumbnail JPG

2012-04-11 Thread Mark Murphy
This has nothing to do with Android. On Wed, Apr 11, 2012 at 11:07 AM, New Developer secur...@isscp.com wrote: Is there a method to convert the first Page of a PDF to a Thumbnail JPG ? Is it a part of the PDF reference manual ? Thanks in advance -- You received this message because you

Re: [android-developers] Convert PDF to Thumbnail JPG

2012-04-11 Thread New Developer
okay? In my code I am able to convert JPG and 3gp to a thumbnail. I would like to do the same with a PDF. Does anyone know of a lightweight Android PDF library that will do this OR can one use the PDF Viewer in Android to extract an image of the first page ? Thanks in advance On 04/11/2012

Re: [android-developers] Convert PDF to Thumbnail JPG

2012-04-11 Thread Mark Murphy
On Wed, Apr 11, 2012 at 11:15 AM, New Developer secur...@isscp.com wrote: can one use the PDF Viewer in Android to extract an image of the first page There is no PDF Viewer in Android. Certain devices might ship with a third-party PDF viewer, but Android itself has no PDF capability. -- Mark