[android-developers] Re: PDF Libraries for android

2010-09-30 Thread DanH
Certainly you can install a 3rd-party viewer as a separate app.  I
don't know why you wouldn't be able to install something as a part of
another app.

On Sep 30, 9:44 am, viktor victor.scherb...@gmail.com wrote:
 Hi,

 Is it possible to use third-party libraries for display pdf?

 I mean to use custom pdf view, in which I can pass pdf url and view it
 in new Activity.

 I want include libs into project and use their as resources.

 It will be great to do that.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: PDF Libraries for android

2010-09-30 Thread viktor
Thanks DanH

I cant inform all app users that for viewing pdf from site, will need
download additional application.

It is not very comfortable to download app for simple thing.

If you what to see YouTube video you don't need additional software,
you can yous build-in.

Am I right?



On 30 Вер, 18:21, DanH danhi...@ieee.org wrote:
 Certainly you can install a 3rd-party viewer as a separate app.  I
 don't know why you wouldn't be able to install something as a part of
 another app.

 On Sep 30, 9:44 am, viktor victor.scherb...@gmail.com wrote:



  Hi,

  Is it possible to use third-party libraries for display pdf?

  I mean to use custom pdf view, in which I can pass pdf url and view it
  in new Activity.

  I want include libs into project and use their as resources.

  It will be great to do that.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: PDF Libraries for android

2010-09-30 Thread Mark Murphy
On Thu, Sep 30, 2010 at 11:41 AM, viktor victor.scherb...@gmail.com wrote:
 I cant inform all app users that for viewing pdf from site, will need
 download additional application.

 It is not very comfortable to download app for simple thing.

 If you what to see YouTube video you don't need additional software,
 you can yous build-in.

 Am I right?

Sure. On the other hand, I am not aware of a PDF viewing library for
Android. And if one existed, there is a good chance it would be
commercial and priced well beyond your budget.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to *Advanced* Android Development_ Version 1.9
Available!

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: PDF Libraries for android

2010-09-30 Thread Alessandro Pellizzari
Il Thu, 30 Sep 2010 11:57:51 -0400, Mark Murphy ha scritto:

 Sure. On the other hand, I am not aware of a PDF viewing library for
 Android.

There are a couple of projects on code.google.com, using mupdf, if I 
remember correctly.

But I think the license is GPL, so you must release your software as GPL 
if you use it.

Bye.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: PDF Libraries for android

2010-09-30 Thread Bret Foreman
http://www.icepdf.org/

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: PDF Libraries for android

2010-09-30 Thread Mark Murphy
On Thu, Sep 30, 2010 at 12:03 PM, Bret Foreman bret.fore...@gmail.com wrote:
 http://www.icepdf.org/

Note that this doesn't support Android, at least based on their list
of supported platforms:

http://www.icepdf.org/product/supported-platforms.html

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to *Advanced* Android Development_ Version 1.9
Available!

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: PDF Libraries for android

2010-09-30 Thread Bret Foreman
But it does support Linux so an Android port seems at least feasible.

On Sep 30, 9:07 am, Mark Murphy mmur...@commonsware.com wrote:
 On Thu, Sep 30, 2010 at 12:03 PM, Bret 
 Foremanbegin_of_the_skype_highlighting end_of_the_skype_highlightingbret.fore...@gmail.com
  wrote:
 http://www.icepdf.org/

 Note that this doesn't support Android, at least based on their list
 of supported platforms:

 http://www.icepdf.org/product/supported-platforms.html

 --
 Mark Murphy (a Commons 
 Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy

 _The Busy Coder's Guide to *Advanced* Android Development_ Version 1.9
 Available!

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: PDF Libraries for android

2010-09-30 Thread Mark Murphy
On Thu, Sep 30, 2010 at 12:44 PM, Bret Foreman bret.fore...@gmail.com wrote:
 But it does support Linux so an Android port seems at least feasible.

Oh, no doubt. I'm just making sure the OP doesn't think it's ready for
Android immediately.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to Android Development_ Version 3.1 Available!

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en