You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "John Hewson (JIRA)" <ji...@apache.org> on 2014/10/11 01:43:33 UTC

[jira] [Closed] (PDFBOX-2273) Make PDInlineImage non-final

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

John Hewson closed PDFBOX-2273.
-------------------------------
    Resolution: Won't Fix

Changing a PDInlineImage is not a valid operation because it's *inline*, i.e. it's embedded in the content stream. Re-writing of the entire content stream would be necessary, which you could do with the PDFBox APIs, but it's not something that can be done from PDInlineImage.

> Make PDInlineImage non-final
> ----------------------------
>
>                 Key: PDFBOX-2273
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-2273
>             Project: PDFBox
>          Issue Type: Bug
>          Components: PDModel
>    Affects Versions: 2.0.0
>            Reporter: Dominic Tubach
>
> PDInlineImage is final in the current trunk. This prevents from extending the class as it was possible in 1.8.



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