简体   繁体   English

Android Java 操作Word Doc Docx

[英]Android Java Manipulate Word Doc Docx

I am have built a form filling app that lets the user answer questions in a linear ui and then save the answers to these questions to a template document.我已经构建了一个表单填写应用程序,让用户在线性 ui 中回答问题,然后将这些问题的答案保存到模板文档中。 I am currently exporting to a PDF AcroForm via PDFBox.我目前正在通过 PDFBox 导出到 PDF AcroForm。 I want to add the ability to save to MS word.doc or.docx as some clients prefer that over pdf.我想添加保存到 MS word.doc 或 .docx 的功能,因为一些客户更喜欢 pdf。

I have had a look around and found two potential solutions the Java2Word Library and Aspose.Words.我环顾四周,发现了两个潜在的解决方案 Java2Word Library 和 Aspose.Words。 Java2word sounds like it could do the job but I cant find any info on what i need to do to get it working on android. Java2word 听起来它可以完成这项工作,但我找不到任何关于我需要做什么才能让它在 android 上工作的信息。 Aspose on the other hand comes well reviewed but if i can save a thousand dollars that would be good.另一方面,Aspose 得到了很好的评价,但如果我能节省一千美元那就太好了。

This is my first time developing on android so if i make some obvious mistakes go easy.这是我第一次在 android 上开发,所以如果我犯了一些明显的错误 go 很容易。 thanks for your advice谢谢你的建议

Thank you for your interest in Aspose.Words.感谢您对 Aspose.Words 的关注。 If you are looking for well documented library with 24/7 free support, then Aspose.Words for Android via Java if just what you need.如果您正在寻找具有 24/7 免费支持的有据可查的库,那么如果您需要的话,可以通过 Java 寻找 Android 的 Aspose.Words Using Aspose.Words you can save the created document in both PDF and MS Word formats as well as in wide range of other formats .使用 Aspose.Words,您可以将创建的文档保存为 PDF 和 MS Word 格式以及各种其他格式 Also, Aspose.Words provides Cloud API which you might be interested in.此外,Aspose.Words 提供了您可能感兴趣的Cloud API

Did you consider Templater ?你考虑过 Templater吗?

It should not break your budget and you should be able to get the job done.它不应该超出你的预算,你应该能够完成工作。 You can find Android example on Github您可以在 Github 上找到Android示例

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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