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