ExtractImages ignores -prefix
-----------------------------

                 Key: PDFBOX-971
                 URL: https://issues.apache.org/jira/browse/PDFBOX-971
             Project: PDFBox
          Issue Type: Bug
          Components: Utilities
    Affects Versions: 1.4.0, 1.6.0
            Reporter: Mike Tillberg
            Priority: Minor


ExtractImages utility ignores the -prefix option, doesn't output expected 
filenames.

String name = getUniqueFileName( key, image.getSuffix() );

should be 

String name = getUniqueFileName( prefix, image.getSuffix() );


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to