PDF not downloaded in browser (no error) - dotnetcore mvc

Using ASPOSE to merge multiple documents and serve it from a MVC view. When the response is served to the browser, the user is prompted to action the pdf (open/save).

When the choice is to open oe save…nothing happens.

Seems like this is one of the accepted ways:

return File(ms, “application/pdf”, mergedFileName);

Anything I’m missing? This may not be an ASPOSE issue but I can’t find an example in the ASPOSE github.

Thanks!

@wmleztx

You can please find the examples to save PDF document to Response in the below documentation section.

Please let us know if you still face any issue.