Closed
Description
This library currently does not seem to actually work when pulling the generated PDF files from an environment. It's relying on the default transport options from the popsicle libraries, which is text
. This means that we get a text representation of the PDF instead of the actual buffer that we need in order to save the file once we've received it. If you save/view the PDF response without this, it just appears as a blank document.
I've hacked working solution together here that gets this to work by allowing the user to pass in the transport directly (and defaults back to text
when it's not provided).