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

Tilman Hausherr commented on PDFBOX-4055:
-----------------------------------------

My intention is to change this in JBIG2Filter.java:
{code:java}
    private static boolean newPluginChecked = false;

    @Override
    public DecodeResult decode(InputStream encoded, OutputStream decoded,
                                         COSDictionary parameters, int index) 
throws IOException
    {
        ImageReader reader = findImageReader("JBIG2", "jbig2-imageio is not 
installed");
        if (!newPluginChecked)
        {
            if (reader.getClass().getName().contains("levigo"))
            {
                LOG.info("The Levigo JBIG2 plugin has been donated to the 
Apache Foundation");
                LOG.info("and an improved version is available for download at 
https://pdfbox.apache.org/download.cgi";);
            }
            newPluginChecked = true;
        }

{code}


> Output info when PDFBox JBIG2 ImageIO is released
> -------------------------------------------------
>
>                 Key: PDFBOX-4055
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-4055
>             Project: PDFBox
>          Issue Type: Task
>            Reporter: Tilman Hausherr
>            Priority: Minor
>
> The next pdfbox that follows after the first release of PDFBox JBIG2 ImageIO 
> should output an INFO text mentioning the change _if_ the "then old" levigo 
> JBIG2 ImageIO is installed, so that users know that future versions have a 
> new home and can adjust their builds.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to