Uploaded image for project: 'PDFBox'
  1. PDFBox
  2. PDFBOX-971

ExtractImages ignores -prefix

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.4.0, 1.6.0
    • 1.6.0
    • Utilities
    • None

    Description

      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() );

      Attachments

        Activity

          People

            lehmi Andreas Lehmkühler
            mtillberg Mike Tillberg
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: