Returning a .docx file using StreamingResponseBody in java

Viewed 26

why when I am returning a StreamingResponsebody and returning it by setting a filename(with .pdf ) in the body response, then it is downloadable but when I change the name of to file to docx. file, it gets downloaded but file does not opens.

How can I send the word file using the StreamingResponseBody in the body as a response using java spring boot?**

0 Answers
Related