Extract image from PostScript file
Hello Everyone.
I'm trying to extract an image from a PostScript file but with no success. In order to get the image, i actually convert the .ps file to .pdf - but it just shows blank.
I believe i did everything correctly according to the PostScript reference manual. So i would like to ask for any help.
My PostScript file is:
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: PostScript Test
%%BoundingBox: 0 0 1465 1191
%%LanguageLevel: 2
%%Pages: 1
%%DocumentData: Clean7Bit
100 100 scale
1465 1191 8 1465 0 0 -1191 0 1191]
/ASCIIHexDecode filter
/RunLengthDecode filter
{currentfile 3 100 mul string readhexstring pop} bind
false 3 colorimage
...hex image data...
>
Any input is very appreciated
Thanks a lot
Link for the full file on Google Drive:
