Reputation: 35
I created a invoice billing software using itextpdf 5. Is there any way to print the generated PDF using java?
Upvotes: 1
Views: 894
Reputation: 168795
The easiest way is using Desktop.print(File).
Desktop.print(File)