[android-developers] How to convert a pdf file to other format

2012-10-20 Thread ashwini vandanapu
Hi Developers, I want to convert a pdf file into other format like .txt and .doc etc..,if anyone know how to convert using android plz tell me and help me out... ThanksRegards, Ashwini V. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] How to convert a pdf file to other format

2012-10-20 Thread ashwini vandanapu
Hi, thank u for reply i want to read the data from the pdf file. below is my code..please check code, any wrong i have done.let me know.. Uri path = Uri.parse(android.resource:// + getPackageName() + /+ R.raw.abc); Intent intent = new Intent(Intent.ACTION_VIEW); intent.setDataAndType(path,