That's great, thanks! On a side note, the issue printing PDFs directly to the printer was with a Brother printer. For some fraction of PDFs, it just silently canceled the job with no error message returned to the Mac that issued the job. This never used to happen with the HP it replaced. It seems like I'm not the only one with this kind of issue:
https://www.reddit.com/r/printers/comments/1039lny/brother_laser_printer_automatically_canceling_the/ The available firmware update didn't help. I eventually returned the printer since printing PDFs flawlessly is a key requirement for this particular printer. Aaron On Sun, May 21, 2023 at 3:21 PM Tilman Hausherr <thaush...@t-online.de> wrote: > I've implemented duplex, tray and media size for the 3.0 version (will > do 2.0 at a later time), download the latest pdfbox-app at the bottom of > > > https://repository.apache.org/content/groups/snapshots/org/apache/pdfbox/pdfbox-app/3.0.0-SNAPSHOT/ > > and then enter > > java -jar pdfbox-app-3.0.0-XXXX.jar print listPrinters > > for the tray and media size capabilities. For duplex, use > -duplex=duplex or -duplex=tumble . Use > > java -jar pdfbox-app-3.0.0-XXXX.jar print > > to see all the options. > > Tilman > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org > For additional commands, e-mail: users-h...@pdfbox.apache.org > >