Click here to Skip to main content
16,019,359 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am trying to develop an android app where i need to read and search content of pdf files,i am having a hard time in using mupdf open source ,so can anybody help by giving a detailed description on how to use mupdf.I have downloaded android ndk-r8b,eclipse indigo on windows,and also have cygwin...thanks in advance
Posted

1 solution

ok! I solved the problem myself,it took me around 30 hrs to get it to work, so i thought it would help someone.....

Quote:
Download (mupdf-1.1-source.tar.gz) and MUPDF (mupdf-thirdparty-2012-08-14) using
http://mupdf.com/download/Unzip (mupdf-1.1-source.tar.gz) to folder and rename it
"mupdf",Unzip (mupdf-thirdparty-2012-08-14) to folder and copy the content of folder into"mupdf".
For getting the result we need to use latest Android ndk and Cygwin,download it from the related sites.
Inside cygwin terminal,type the path of the mupdf folder using "cd" command, Ex- cd d:/abc/mupdf
and press enter,you will get something like " /cygdrive/d/abc/mupdf ", now type
"make prefix=/usr/local install"
and press enter,after getting some output, type the path of your Android ndk and run the build command,
Ex-d:/Anroid/android-ndk-r8b/ndk-build
and press enter,thats it you will get the library.so file .
 
Share this answer
 

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