Click here to Skip to main content
15,860,972 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

I want to open an .pdf file to my android application.

Please Help me.

if anyone have any code that convert PDF to image in C#.net or VB.net then also please give

thanks in advance.
Posted

1 solution

If your intent is to open the PDF from your application using a viewer.
Install a PDF reader like Adobe® Reader®[^] or Android PDF Viewer[^] and use it to open the document from your application.

If you want to render the PDF inside your application you could use the open source application Android PDF Viewer[^] to see how it is done.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 28-Aug-11 2:44am    
Good links, my 5.
--SA
André Kraak 28-Aug-11 3:00am    
Thank you.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900