Skip to content

Commit 855c625

Browse files
committed
PDFBOX-5660: add logging
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1924233 13f79535-47bb-0310-9956-ffa450edef68
1 parent 3fc0f67 commit 855c625

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pdfbox/src/main/java/org/apache/pdfbox/printing/PDFPrintable.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ public int print(Graphics graphics, PageFormat pageFormat, int pageIndex)
214214
if (rasterDpi == RASTERIZE_DPI_AUTO)
215215
{
216216
rasterDpi = (float) graphics2D.getTransform().getScaleX() * 72.0f;
217+
LOG.debug("auto raster dpi: {}", rasterDpi);
217218
}
218219

219220
PDPage page = pageTree.get(pageIndex);

0 commit comments

Comments
 (0)