How to inform the user that the document is downloaded to C: / ../Downloads
on the browser.
I use the java library XWPFDocument
or other solutions .
thank you,
Usually, you would have an installer which would ask you if you would like the file to be placed in the drive. (at least for windows.)
Here on Stack Overflow, I found How to make installer of java desktop application for multi-platform?
Otherwise building your program a website and telling them there wouldn't hurt.