cannierhesh
cannierhesh

Reputation: 35

How to print a PDF File using native JAVA (or open and print)

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

Upvotes: 1

Views: 894

Answers (1)

Andrew Thompson
Andrew Thompson

Reputation: 168795

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

Upvotes: 1

Related Questions