Search code examples
javaprintingdocx4j

How to Print Using Docx4j


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?


Solution

  • Printing is outside the scope of docx4j.

    So you have 3 main options: