Hi !
I'm having issues when trying to convert a PDF blob to an image BLOB.
What I do is :
Create magick wand
set wand format to 'PDF'
set wand resolution to 72 x 72
read image from blob
thumbnailimage
set image format to 'JPG'
write image to BLOB
Resulting blob is 0 bytes long.
If I export the same BLOB to a disk file, it converts fine.
What am I doing wrong ? Should I also set Image format to PDF after reading from blob and before thumbnailimage ?
Thanks
PDF BLOB to image BLOB
Re: PDF BLOB to image BLOB
magick ? could you please give me a hand with this issue (already previously mentioned on the forum) ?
Thanks a lot
Thanks a lot
Re: PDF BLOB to image BLOB
Hi
any chance this thread gets any answer at all please ?
Thanks
any chance this thread gets any answer at all please ?
Thanks
Re: PDF BLOB to image BLOB
Post a short program we can download and compile that illustrates the problem. We need to reproduce the problem before we can offer any help.