-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Description
Hi, I have a get request that returns a pdf, how do I get this to save to a file? I've got as far as:
let opts = {
requestName: request.name || request.url,
fileExtension: 'pdf',
mode: 'writeFile', // Change this to any function of the fs library of node to use it.
uniqueIdentifier: pm.iterationData.get("ID"),
responseData: pm.response.stream
};
I'm not quite sure what to do now, this just hangs and writes an incomplete pdf file. Any ideas?
Metadata
Metadata
Assignees
Labels
No labels