[ https://issues.apache.org/jira/browse/PDFBOX-5911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17902961#comment-17902961 ]
ASF subversion and git services commented on PDFBOX-5911: --------------------------------------------------------- Commit 1922296 from Tilman Hausherr in branch 'pdfbox/branches/3.0' [ https://svn.apache.org/r1922296 ] PDFBOX-5911: move dpi calculation to top and add javadoc, as suggested by Kevin Day; add command line info; make constructors more indirect > 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: 2.0.32, 3.0.3 PDFBox > Reporter: Tilman Hausherr > Priority: Minor > Labels: print, printing > 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