Page 1 of 1

Image convertion client side (web based apps)

Posted: 2012-04-13T19:50:47-07:00
by rachman
Halo,

Our organization need to convert large number pdf files to jpg to web based application.

Our fist scenario is we put the whole process converting pdf to jpg in our website, but we are worried to drain RAM and CPU if the employee doing in the same time with large numbers.

The second scenario is provide in our web apps an "upload pdf" button then call the java runtime to process all criteria we need (convert pdf to RGB, get the text data for index seaching, and convert to jpg in specific size)

I though the secon scenario is more visible.

Can you guys give me information about our challenge using imagemagick ?

Thank you very much.

Re: Image convertion client side (web based apps)

Posted: 2012-04-14T00:35:09-07:00
by Bonzo
Java use may be your first problem; I am sure people have used it and you will probably need to use Google to find details.

I use php which is quite popular to modify images on upload and I have some examples of what can be done with IM and php on my website.