I would like to print multiple pdfs from java (using the java print service) in a single print job.
I would like to send multiple pdfs as a single job to the printe
You should merge all of your pdf documents in one document using iText library and then print the merged document page by page.
see Print a PDF Document in Java