I would like to know how to generate a PDF from the response I get from a request by https, I receive a stream in this way:
%PDF-1.4\n%âãÏÓ\n3 0 obj\n<</Filter/FlateDecode/Length 1314>>stream\nxÕXÍn\u001b7\u0010¾ïSðè\u001cLsH\u000e¹ë[ªØÆu\u001d5...
I've seen examples of how to download the file from a link, but this solution does not help me since I need to authenticate the request, thank you in advance.