[ https://issues.apache.org/jira/browse/PDFBOX-4935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17178214#comment-17178214 ]
chunlinyao commented on PDFBOX-4935: ------------------------------------ On windows the transform is scale(8.333...) which using 600DPI. On macOS the transform is scale(1) which use 72DPI. The printer DPI can not be changed. Add this line to PDFDebugger also not work. {code:java} pras.add(new PrinterResolution(600, 600, PrinterResolution.DPI)); {code} > PDF with thin table cell border not print out. > ---------------------------------------------- > > Key: PDFBOX-4935 > URL: https://issues.apache.org/jira/browse/PDFBOX-4935 > Project: PDFBox > Issue Type: Bug > Components: Rendering > Affects Versions: 2.0.20 > Environment: My OS is MacOS 10.15.5 > java 1.8.0_201 > Reporter: chunlinyao > Priority: Minor > Attachments: job_73.QZ.Tray.PDF.Print.pdf, report.pdf > > > I have a pdf file generated by apache fop. PDFBox not render it correctly on > macOS. > On windows it rendered perfectly. > I initially reported this issue to QZTray, but they found it related to > PDFBox. > [https://github.com/qzind/tray/issues/695] > > report.pdf is the origin pdf, the job_73.QZ.Tray.PDF.Print.pdf is printed > result. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org