When printing the attached graph.pdf with pdfbox the lines are jagged, see 
print_output.jpg.

Here's the code I'm using:

try (final PDDocument document = PDDocument.load(new File(pdfFilepath))) {
  PrinterJob job = PrinterJob.getPrinterJob();
  job.setPageable(new PDFPageable(document));
  job.print();
}

This happens on all printers I've tried so far. It works when printing it with 
any application though.

Does anyone have any ideas on how to solve this?

Best regards
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to