Page 1 of 1

PDF BLOB to image BLOB

Posted: 2010-01-13T05:22:37-07:00
by Xandros
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

Re: PDF BLOB to image BLOB

Posted: 2010-01-15T02:19:40-07:00
by Xandros
magick ? could you please give me a hand with this issue (already previously mentioned on the forum) ?

Thanks a lot

Re: PDF BLOB to image BLOB

Posted: 2010-02-11T05:58:26-07:00
by Xandros
Hi

any chance this thread gets any answer at all please ?

Thanks

Re: PDF BLOB to image BLOB

Posted: 2010-02-11T19:08:16-07:00
by magick
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.