Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
198 views
in Technique[技术] by (71.8m points)

java - 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库和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上进行开发,因此如果我犯了一些明显的错误,那就容易些。)

thanks for your advice

(谢谢你的建议)

  ask by Fred Hudson translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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 。)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...