Closed amatsuur closed 11 years ago
Since you have noted that these edge cases of magnification comes with a performance penalty I would not recommend to add this in as standard. Instead I recommend that you create a fork and add the requirements that are specific to your customer.
As for the processing time, we do use and external library (pdf.js) and this is what does all the rendering. Media viewers project will not likely start changing any of that core library. We do however try to track their progress and update to the latest libraries of pdf.js. There is a special branch (pdfjs) here that you can check out if you want to see if they have done some performance optimizations. So eventually any performance enhancements made by the external pdf.js library will make it into this project.
Close as there are no further comments on this issue. Recommended to fork and use custom version for this edge case.
Hi,
With modifying pdfjs.get.html.ftl, I could add a scale magnification of PdfJs? viewer up to 600%. That is, just adding in
Also, when viewing a document with a big magnification such 400% or 600%, the operation of the document got to be very slow. Please enhance the processing time of the viewer if possible.
Atsushi Matsuura