You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Tim Allison (JIRA)" <ji...@apache.org> on 2018/03/29 13:01:00 UTC

[jira] [Created] (TIKA-2620) Set sys property to get better rendering speed by default

Tim Allison created TIKA-2620:
---------------------------------

             Summary: Set sys property to get better rendering speed by default
                 Key: TIKA-2620
                 URL: https://issues.apache.org/jira/browse/TIKA-2620
             Project: Tika
          Issue Type: Task
            Reporter: Tim Allison


After upgrading to PDFBox 2.0.9, we now get a logged warning:

{noformat}
INFO  To get higher rendering speed on JDK8 or later,
INFO    use the option -Dsun.java2d.cmm=sun.java2d.cmm.kcms.KcmsServiceProvider
INFO    or call System.setProperty("sun.java2d.cmm", "sun.java2d.cmm.kcms.KcmsServiceProvider")
{noformat}

Unless there are objections, I'll add a static call to the PDFParser to {{System.setProperty...}}.  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)