Image convertion client side (web based apps)
Posted: 2012-04-13T19:50:47-07:00
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.
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.