cleanups formatting

This commit is contained in:
Anthony Stirling
2024-02-10 14:52:59 +00:00
parent 0fabfea56d
commit 26af6b5636
3 changed files with 14 additions and 14 deletions

View File

@@ -88,8 +88,6 @@ public class StampController {
// Load the input PDF
PDDocument document = Loader.loadPDF(pdfFile.getBytes());
List<Integer> pageNumbers = request.getPageNumbersList(document, false);
for (int pageIndex : pageNumbers) {
@@ -319,4 +317,4 @@ public class StampController {
private float calculateTextCapHeight(PDFont font, float fontSize) {
return font.getFontDescriptor().getCapHeight() / 1000 * fontSize;
}
}
}