DOCX to good quality PNG conversion using docx4j in java
问题 I am trying to convert a .docx document into a .png file using Docx4j in java , and achieved the conversion using the piece of code below. However, the output png file is not of good quality, the text is quite hazy, especially for the images that were present inside the docx file as a part of the document page. I want to improve the quality of the generated image, for that, I tried using the docx.properties file and increase the DPI, but it did not have any effect. WordprocessingMLPackage