Revisão | 64 (tree) |
---|---|
Hora | 2022-08-21 16:37:52 |
Autor | ![]() |
* jpki-pdf-signer 1.2.6
デバッグ出力の消し忘れ・・・
@@ -495,7 +495,6 @@ | ||
495 | 495 | PDDocument document = pdfView.getDocument(); |
496 | 496 | int pageIndex = pdfView.getPageIndex(); |
497 | 497 | int rotation = document.getPage(pageIndex).getRotation(); |
498 | - System.out.println("rotation=" + rotation); | |
499 | 498 | PDRectangle pageMediaBox = document.getPage(pageIndex).getMediaBox(); |
500 | 499 | |
501 | 500 | PDVisibleSignDesigner designer; |