You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Andreas Lehmkühler (JIRA)" <ji...@apache.org> on 2014/11/23 17:23:12 UTC

[jira] [Resolved] (PDFBOX-1667) org.apache.pdfbox.pdmodel.graphics.color.PDOutputIntent throws Exception while it can throw IOException instead

     [ https://issues.apache.org/jira/browse/PDFBOX-1667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Lehmkühler resolved PDFBOX-1667.
----------------------------------------
    Resolution: Fixed

The change was already applied in the context of PDFBOX-1503

> org.apache.pdfbox.pdmodel.graphics.color.PDOutputIntent throws Exception while it can throw IOException instead
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: PDFBOX-1667
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-1667
>             Project: PDFBox
>          Issue Type: Improvement
>          Components: PDModel
>    Affects Versions: 2.0.0
>            Reporter: Max Gilead
>            Priority: Trivial
>              Labels: easyfix
>             Fix For: 2.0.0
>
>         Attachments: PDFBOX-1667.patch
>
>
> public PDOutputIntent(PDDocument doc, InputStream colorProfile) throws Exception
> can be
> public PDOutputIntent(PDDocument doc, InputStream colorProfile) throws IOException



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)