08-26-2010 04:09 AM
Hi All,
I need your help.
I want to display the PDF file in my application screen from one website.
For example, I have website - http://www.abc.com/files/xyz.pdf
I want to display pdf file in my application screen (not in default browser).
Could you please tell me how to do this?
Thanks,
Regards,
Bhavesh Patel
08-26-2010 05:01 AM
Hi bhavesh,
Are you trying to download th epdf file from any server and then want to open it in your app??
-Divya
08-26-2010 05:07 AM
Yes, exactly. I want to do the same.
08-26-2010 06:09 AM
Can anybody help me?
Thanks
08-26-2010 07:12 AM
You can choose to do either of the thing:
1. You can either use any third party utility app to open the pdf file on device.
2. Save the trascoded version of PFD from server as any image format on client and then open it.
-Divya
--------------------------------------------------
Don't forget to mark your post as solved if you get the answer and also dont forget to give kudos by clicking star.
--------------------------------------------------
08-26-2010 07:23 AM
can you suggest any third party utility to open pdf file on device?
08-26-2010 07:51 AM
You can use the CHAPI to open the PDF file assuming there is a registered PDF application.
look at the javax.microedition.content package and also look at the CHAPI demo in your simulator.
08-26-2010 08:06 AM
Thanks for the reply.
But, I am using 4.2.1 version, is there any example/sample code for this?