Image convertion client side (web based apps)

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
rachman
Posts: 1
Joined: 2012-04-13T19:36:55-07:00
Authentication code: 8675308

Image convertion client side (web based apps)

Post 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.
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: Image convertion client side (web based apps)

Post 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.
Post Reply