I'm developing an web application using Flex and JSP.
I am having some performance issues with displaying multiple PDF files. I am trying to display about 50-100 PDF files. I know that is a little crazy. Hence, I made the project to convert PDF files to JPG format and display the JPG files.
I'm wondering if there is a way to decrease the file size of PDF to size of JPG.
Additionally, I would like to seek other way that may improve the performance.
Does anyone know a good way to display many PDF files (that will be mostly just text) for web application? Or, should I just have it display JPG files?