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
51 views
in Technique[技术] by (71.8m points)

javascript - Is it possible to read a docx file content in the browser?

I want to upload multiple Docx files and then read the content of each file and extract information from them to add it to the collection in the backend. Is it possible to read a word file in the browser? and get the content?

Any help is appreciated. if you think I should not process these files in the browser please suggest some other option to do that.

Thanks

question from:https://stackoverflow.com/questions/65837789/is-it-possible-to-read-a-docx-file-content-in-the-browser

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

1 Answer

0 votes
by (71.8m points)

You can't do this in a browser, but you can do it on the web server using third party tools like Office Writer or Aspose.


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

...