[
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)