closes #48
This commit is contained in:
@@ -61,6 +61,7 @@ public class ZUGFeRDImporter {
|
||||
public void extract(String pdfFilename) {
|
||||
try (BufferedInputStream bis = new BufferedInputStream(new FileInputStream(pdfFilename))) {
|
||||
extractLowLevel(bis);
|
||||
bis.close();
|
||||
} catch (IOException ioe) {
|
||||
ioe.printStackTrace();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user