Printing Multiple PDFs from Java as a single print job (physical printing)

前端 未结 4 478
谎友^
谎友^ 2021-01-06 15:18

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

4条回答
  •  鱼传尺愫
    2021-01-06 15:40

    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

提交回复
热议问题