Apache – Docx to Pdf Converter in java
The below code is not working with Apache poi 3.16. Can someone provide with the correct solution, in my project there are some dependency for using only public void ConvertToPDF(String docPath, String pdfPath) { try { InputStream doc = new…