You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/09/07 17:03:00 UTC

[jira] [Commented] (PDFBOX-4315) PDFBox info message when not using it

    [ https://issues.apache.org/jira/browse/PDFBOX-4315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16607367#comment-16607367 ] 

ASF subversion and git services commented on PDFBOX-4315:
---------------------------------------------------------

Commit 1840312 from tilman@apache.org in branch 'pdfbox/branches/2.0'
[ https://svn.apache.org/r1840312 ]

PDFBOX-4315: move KCMS info msg so that it comes up only when rendering is called

> PDFBox info message when not using it
> -------------------------------------
>
>                 Key: PDFBOX-4315
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-4315
>             Project: PDFBox
>          Issue Type: Bug
>    Affects Versions: 2.0.11
>            Reporter: simon steiner
>            Priority: Major
>
> {color:#333333}If I check to see if pdfbox is in the classpath, the user will see info messages printed, even though I am not using it to do something to a pdf. Didnt use to happen.{color}
>  
> {color:#000080}public class {color}TestPDFBox {
>  {color:#000080}public static void {color}main(String[] args) {color:#000080}throws {color}ClassNotFoundException {
>  Class.forName({color:#008000}"org.apache.pdfbox.pdmodel.PDDocument"{color});
>  }
> }
> Sep 07, 2018 9:31:10 AM org.apache.pdfbox.pdmodel.graphics.color.PDDeviceRGB suggestKCMS
> INFO: To get higher rendering speed on java 8 or 9,
> Sep 07, 2018 9:31:10 AM org.apache.pdfbox.pdmodel.graphics.color.PDDeviceRGB suggestKCMS
> INFO:   use the option -Dsun.java2d.cmm=sun.java2d.cmm.kcms.KcmsServiceProvider
> Sep 07, 2018 9:31:10 AM org.apache.pdfbox.pdmodel.graphics.color.PDDeviceRGB suggestKCMS
> INFO:   or call System.setProperty("sun.java2d.cmm", "sun.java2d.cmm.kcms.KcmsServiceProvider")



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org