Odd Rendering of a Blob Field in the pdf output in webclient

I have a blob image of a signature in my mysql database that renders fine using a layout which then gets changed into a pdf using the pdf plugin.

When i do this using the Webclient i get some array like looking information to the right of the signature.

I have put a border around the signature and it definitely is part of that element.

The weird thing is that if you click on it in Adobe because it has an @ sign in it it comes up in an email browser and then it contains some data from the previous paragraph albeit garbled.

Could it be some weird print/sliding erroneus issue or html rendering wrong.

It is weird that it sits around the said image file as if it were part of it.

Any suggestions??? image below

What you’re seeing is the raw binary information (or the first few bits). This is usually because you have something that can’t be rendered in the browser (i.e. a non-jpg, .png or .gif image). If it’s something like a word document or PDF or some other binary - it won’t show up in the Web Client.