Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.8
Description
I have a pdf in which page 1 gets around 45 sec to render when i set the property (-Dorg.apache.pdfbox.rendering.UsePureJavaCMYKConversion=true) and without it it takes 20 sec.
and something weird happens to me. when i don't set this property (System.setProperty("sun.java2d.cmm", "sun.java2d.cmm.kcms.KcmsServiceProvider")) then i get this warning "WARNING: Could not read JPEG 2000 (JPX) image" . is it some jar related warning or it happen to u also?