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?**