简体   繁体   中英

Is there any Api in android for ms office word(.doc/.docx) to (image/html/xml/pdf) conversion

I am trying to make android application which should take ms word files ie( .doc/.docx ) files as input and convert it into pdf as final output. I searched for pdf conversion in android but the output i got was not proper. i tried with jWordConvert(Qoppa software library) ,it converts word to pdf in java very well but if we try in android it giving error,

conversion to dalvik format failed with error 1 .

also i tried with apache poi library but again it is not showing proper output if my word files contains images or tables..also if we tried with apache tika with apache poi, again same results.

Itext is also there but its main use is to convert from images/html to pdf, but again output is different from outr expectation..

So my request is, Is there any api which should support android application for word to html/pdf/image conversion with proper output if my word file contains tyables, images etc. also can i go for JNI, is there any anather way to do it.

please reply. thanx in advance.

Here is an app which does what you want to realize.

If there is an app already in app store, for me is very easy to know what that use and how is using...

I hope it helps for you a bit!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM