Question
Express API response with a json string or byte array instead of having the file to be saved
PDF Exctract API in .NET has option to save the output json file and excel using result.SaveAs but is there a way to get the response to just be byte array or json object or json string insteadt of saving it in a local directory.
