I am trying to setup a printer class in Java that can print PDF files using PDFBox. My printPdf method successfully adds the .pdf file in the printer’s queue but it does not print at all (it gets …
I am trying to setup a printer class in Java that can print PDF files using PDFBox. My printPdf method successfully adds the .pdf file in the printer’s queue but it does not print at all (it gets …