function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
RohiniHRohiniH 

flatedecode

Hi,
I am doing a HTTP Callout to get PDF file. In HTTP Response I see the content of file starting with %PDF-1.4 and has   '<</Length 6778/Filter/FlateDecode>>stream' mentioned followed by PDF details[encoded]. I want to download this as PDF file. Do I need to convert it to base64 encoded string and then download, then how do I go about that

User-added image
Kind Regards,
Rohini