I have used Aspose.word for Android the lastest version(v1.12),and want to convert word to pdf. But there is a question, some format,font and table changed.
Aspose.word for java version is very perfect that have no question.There are one convert files in the attchment. check these attchments and we need your helps.
Thank you very much !
Develop Step:
Step1:
“aspose-words-1.12-android-jdk16.jar” in the folder “libs” of project, and the archive “aspose-words-1.12-libs-android-jdk16.apk” into the folder “assets”.
then update “AndroidManifest.xml” file :
<application android:name ="com.aspose.words.AsposesApplication"
...
...>
Step2:
Document doc = new Document("inputFile.doc");
doc.save("outputFile.pdf");