Please upload to a sharehoster, your attachments were removed
Tilman
Am 05.04.2021 um 13:52 schrieb Andrin Meier:
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]