Re: [android-developers] Re: Android PDF Rendering

2011-08-17 Thread Mark Murphy
On Wed, Aug 17, 2011 at 6:51 AM, TestApp App  wrote:
> I am able to launch PDF using 3rd party PDF viewer - but i do not want
> to open that way - Once PDF file gets open i want to add custom
> features like add comments or draw circle etc.. (Like: RepliGo Reader)

You are welcome to try writing your own PDF renderer, I suppose.

-- 
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 2.0
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: Android PDF Rendering

2011-08-17 Thread TestApp App
Ok. Thanks You.

Any pointer or suggestion regarding developing/starting PDF renderer / PDF
viewer stuff... greatly appreciated - thank you.

On Wed, Aug 17, 2011 at 4:31 PM, Mark Murphy wrote:

> On Wed, Aug 17, 2011 at 6:51 AM, TestApp App 
> wrote:
> > I am able to launch PDF using 3rd party PDF viewer - but i do not want
> > to open that way - Once PDF file gets open i want to add custom
> > features like add comments or draw circle etc.. (Like: RepliGo Reader)
>
> You are welcome to try writing your own PDF renderer, I suppose.
>
> --
> 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 2.0
> 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
>

-- 
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: Android PDF Rendering

2011-08-18 Thread Mark Murphy
On Thu, Aug 18, 2011 at 2:11 PM, LackeySoft  wrote:
> Writing your own parser/renderer is not a trivial task, particularly
> when it gets to putting images into a pdf.
>
> I just discovered PDFJet... I'm playing with it now, it's simple and
> has a lot of functionality.  I don't think annotations are in there
> yet though.  Their open-source version doesn't support a few things
> like word-wrapping, but their commercial licensing is only $297 (at
> least for the "little guys" like me)

Except that PDFJet is not a parser/renderer, at least from what I can
see on their Web site:

"PDFjet is a programming library that enables universal reporting in
your web or desktop application"

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

Warescription: Three Android Books, Plus Updates, One Low Price!

-- 
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: Android PDF Rendering

2011-08-18 Thread Mark Murphy
On Thu, Aug 18, 2011 at 3:06 PM, LackeySoft  wrote:
> Are you sure iText doesn't parse?  I've stopped working with it but it
> sure seemed to have everything...

Oh, iText parses -- I was just referring to PDFJet. Neither renders, though.

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

Warescription: Three Android Books, Plus Updates, One Low Price!

-- 
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