Is there a way to convert the below response which I got from the Chrome Dev Tools to a PDF file?
%PDF-1.5
%âãÏÓ
38 0 obj
<<
/Type /XObject
/Subtype /Image
/Width 189
/Height 100
/ColorSpace /DeviceGray
/Matte [0 0 0]
/BitsPerComponent 8
/Interpolate false
/Filter /FlateDecode
/Length 3345
>>
.....
I know this is the RAW PDF data so I tried to create a pdf file out of this in Node.js but the output was a blank PDF file.
There's some conversion missing which I am not able to figure out. Any sort of help is deeply appreciated