0

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?

corpico
  • 617
  • 3
  • 16
  • 26

1 Answers1

1

Printing is outside the scope of docx4j.

So you have 3 main options:

JasonPlutext
  • 15,352
  • 4
  • 44
  • 84