How can I convert .doc or .docx files to .txt in Java? [closed]

-2

Hello, I need to convert doc or doxc files to txt but I have no idea how it is done I searched how to convert them but I have not found anything.

    
asked by Alejandro Cuellar 14.03.2018 в 06:58
source

1 answer

1

To do this, you have available the Apache API POI, specially developed to treat microsoft documents.

For more information and documentation, you have its official website: link

    
answered by 14.03.2018 в 08:11