Reputation: 637
I'm using Docx4j to create an MS Word document (.docx). Once this document is created, is there any way to print it? I didn't see anything in Docx4j's documentation and am assuming I have to convert the docx to pdf and print it from there.
Is there a better way? Did I miss a Docx4j PRINT feature?
Upvotes: 0
Views: 1064
Reputation: 15863
Printing is outside the scope of docx4j.
So you have 3 main options:
Upvotes: 1