Tilman Hausherr created PDFBOX-5911: ---------------------------------------
Summary: Calculate dpi dynamically when printing with raster Key: PDFBOX-5911 URL: https://issues.apache.org/jira/browse/PDFBOX-5911 Project: PDFBox Issue Type: Improvement Components: Rendering Affects Versions: 3.0.3 PDFBox, 2.0.32 Reporter: Tilman Hausherr Fix For: 2.0.33, 3.0.4 PDFBox, 4.0.0 compute the raster dpi dynamically from the affine transform sent by the printer by passing -1 as dpi, as suggested by Kevin Day in the mailing list {code} graphics2D.getTransform().getScaleX() * 72 {code} -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org