Hey folks, I’ve a module “UK Post Box” that has a trigger called “Watch New Content Scans”.
The service is a mail scanning that uploads PDF files.
When I run the module it outputs the below:
[
{
"Content": {
"name": "16086 141124-04L.pdf",
"mime": "application/octet-stream",
"data": "IMTBuffer(58102, binary, f72d42be84b63e46edb54c789c967bb8cca5a1fd): 255044462d312e330d0a25a1b3c5d70d0a312030206f626a0d0a3c3c2f547970652f436174616c6f672f5061676573203220302052202f4d65746164617461203720302052203e3e0d0a656e646f626a0d0a322030206f626a0d0a3c3c2f547970652f50",
"files": [
{
"name": "16086 141124-04L.pdf",
"mime": "application/octet-stream",
"data": "IMTBuffer(58102, binary, f72d42be84b63e46edb54c789c967bb8cca5a1fd): 255044462d312e330d0a25a1b3c5d70d0a312030206f626a0d0a3c3c2f547970652f436174616c6f672f5061676573203220302052202f4d65746164617461203720302052203e3e0d0a656e646f626a0d0a322030206f626a0d0a3c3c2f547970652f50"
}
]
}
}
]
I’ve tried several different modules to try to convert the binary etc but I am hitting a wall on what else to try. Besides contacting UK Post Box directly.
Any ideas?