tags:

views:

167

answers:

1

Hi,

I am creating blackberry application to view PDF files in my application.

I have couple of PDF files in my application bundle. I want to read these PDF files in blackberry.

anyone have idea how to load this PDF file to read?

Any help would be appreciated.

Thanks,
Jim.

+1  A: 

No functionality for reading PDF files exists in the BlackBerry APIs. You'll have to roll this functionality yourself, which sounds like the overall purpose of your application anyways.

Fostah
Thanks Fostah. So i am thinking that to view PDF file in My application i will have to write my own PDF render library? Am i correct?Is there any way i can launch any PDF reader application to read the PDF files on Blackberry device?
Jim
I'm not aware of any, but I would check around for some open-source Java libraries for reading PDF files. These could easily be ported to the BlackBerry for your needs.
Fostah