<@U6VQ47A4T> I'm not sure how to specify the filen...
# general
j
@susant I'm not sure how to specify the filename but that may be similar to
ServerResponse.writeFile(options)
. I would for example do
context.response.writeFile(pdf, true);
where the true is the parameter for isinline and pdf is the file we want to write to the response.