[
https://issues.apache.org/jira/browse/PDFBOX-5374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Simon Steiner updated PDFBOX-5374:
----------------------------------
Description:
I want to be able to select what imageio reader is used by pdfbox in a non
static way.
I may want to use 12monkeys when sun imageio classes cant read a image.
Let me pick which reader is used from this line, in a non static way thru the
api, overriding a method:
Iterator<ImageReader> readers = ImageIO.getImageReadersByFormatName(formatName);
was:
I want to be able to select what imageio reader is used by pdfbox in a non
static way.
I may want to use 12monkeys when sun imageio classes cant read a image.
Let me pick which reader is used from this line, in a non static way:
Iterator<ImageReader> readers = ImageIO.getImageReadersByFormatName(formatName);
> Allow user to override imageio loader
> -------------------------------------
>
> Key: PDFBOX-5374
> URL: https://issues.apache.org/jira/browse/PDFBOX-5374
> Project: PDFBox
> Issue Type: Bug
> Reporter: Simon Steiner
> Priority: Major
>
> I want to be able to select what imageio reader is used by pdfbox in a non
> static way.
> I may want to use 12monkeys when sun imageio classes cant read a image.
> Let me pick which reader is used from this line, in a non static way thru the
> api, overriding a method:
> Iterator<ImageReader> readers =
> ImageIO.getImageReadersByFormatName(formatName);
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]