scratchfile ignored in PDDocument load( File file, RandomAccess scratchFile ) -----------------------------------------------------------------------------
Key: PDFBOX-793 URL: https://issues.apache.org/jira/browse/PDFBOX-793 Project: PDFBox Issue Type: Bug Components: PDModel Affects Versions: 1.2.1 Reporter: Ryan McKinley Priority: Minor The PDDocument load function: {code:java} public static PDDocument load( File file, RandomAccess scratchFile ) throws IOException { return load( new FileInputStream( file ) ); } {code} ignores the scratchFile -- either drop the parameter or actualy pass it on -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.