1

I created a invoice billing software using itextpdf 5. Is there any way to print the generated PDF using java?

1 Answers1

1

The easiest way is using Desktop.print(File).

Andrew Thompson
  • 168,117
  • 40
  • 217
  • 433