Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
ccavanaugh committed Mar 31, 2019
1 parent 53feff8 commit 9485def
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,6 @@ private PDFont loadFont(final String name, final PDDocument document) {
return PDType1Font.COURIER;
}

public PDDocument getPdfDocument() {
return pdfDocument;
}

public int getPageCount() {
return pdfDocument.getNumberOfPages();
}
Expand Down

0 comments on commit 9485def

Please sign in to comment.