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

scratchfile ignored in PDDocument load( File file, RandomAccess scratchFile )

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.2.1
    • 1.3.1
    • PDModel
    • None

    Description

      The PDDocument load function:

          public static PDDocument load( File file, RandomAccess scratchFile ) throws IOException
          {
              return load( new FileInputStream( file ) );
          }
      

      ignores the scratchFile – either drop the parameter or actualy pass it on

      Attachments

        Activity

          People

            jukkaz Jukka Zitting
            ryantxu Ryan McKinley
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: