Useful program to convert a Word (.docx) file into a pdf file using the dependencies of document4j
Use the package created with maven to run the wort-to-pdf converter and specify the input and ouput file
java -jar word-to-pdf-converter.jar <input-file> <ouput-file>
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.