I created a invoice billing software using itextpdf 5. Is there any way to print the generated PDF using java?
Asked
Active
Viewed 448 times
1
-
2Have you tried something line [this](https://stackoverflow.com/questions/16293859/print-a-pdf-file-using-printerjob-in-java)? – MadProgrammer Oct 23 '21 at 02:26
-
I tried this but it didn't work. :( – cannierhesh Oct 23 '21 at 02:28
-
1You need to mention all the things you've tried otherwise we're just wasting time. And of the top two answer, which did you try? – MadProgrammer Oct 23 '21 at 02:31
-
I tried using printer job, but I think my printer does not support native pdf printing. – cannierhesh Oct 23 '21 at 02:36
-
*"I tried using printer job"* Copy/paste the output of the stack trace. This is a good time for more words, not less. – Andrew Thompson Oct 23 '21 at 02:42