- Local time
- Today, 14:57
- Joined
- Sep 12, 2006
- Messages
- 15,980
I am stuck on this point.
Supposedly a GETPDF retrieves a PDF. What it actually retrieves is a string, and I am struggling to find the right way to process the string to then be able to save it as a viewable PDF. I tried changing it to an array of bytes, and tried to encode/decode/whatever to base64 strings. I think I am close. but not quite getting it. Can anybody give me any pointers, please?
Supposedly a GETPDF retrieves a PDF. What it actually retrieves is a string, and I am struggling to find the right way to process the string to then be able to save it as a viewable PDF. I tried changing it to an array of bytes, and tried to encode/decode/whatever to base64 strings. I think I am close. but not quite getting it. Can anybody give me any pointers, please?