Search found 5 matches

by kasthuri
2014-02-17T19:33:49-07:00
Forum: Users
Topic: Convert large pdf file to image
Replies: 9
Views: 5042

Re: Convert large pdf file to image

Thank you very much.. now I understand better... really appreciate your help...

Thank you...
by kasthuri
2014-02-17T00:41:35-07:00
Forum: Users
Topic: Convert large pdf file to image
Replies: 9
Views: 5042

Re: Convert large pdf file to image

thank you very much now it works fine for me. but i just want to ask why if insert -resize or -geometry the output back to as previous.
by kasthuri
2014-02-16T20:44:08-07:00
Forum: Users
Topic: Convert large pdf file to image
Replies: 9
Views: 5042

Re: Convert large pdf file to image

Hi,

I have tried -background white but the result was still same.

https://www.dropbox.com/s/4w7m6rudqpcsg ... primer.pdf - this is the original file to be converted
https://www.dropbox.com/s/0wwik94hx2w2um4/drawing1.jpg - this is the output file.
by kasthuri
2014-02-13T18:20:03-07:00
Forum: Users
Topic: Convert large pdf file to image
Replies: 9
Views: 5042

Re: Convert large pdf file to image

Thank you for your response. Imagemagick version that I'm using is ImageMagick-6.8.6-Q16 with windows 8 platform and PHP. I have installed ghostscript g910w32. The convert command i have used is $im = new phmagick(); $im->execute("convert -quality 100 -density 300 -geometry 200 drawing_primer.pdf[0 ...
by kasthuri
2014-02-12T23:25:24-07:00
Forum: Users
Topic: Convert large pdf file to image
Replies: 9
Views: 5042

Convert large pdf file to image

I tried to convert the pdf file sized 10MB to jpg format using Imagemagick convert function with -geometry 300, but it turn up to be black image. Can anyone help me with this issue?