Hi Jason,
When i am trying to add an image to document using docx4j, getting the below exception.
java.io.IOException: Permission denied
Looks like 'createImageInline' method is throwing the exception. The bytes which are passed to addImageToPackage method are correct and the image is of type JPG.
In many of our systems this is working but only in one system we are facing an issue. Could you please let us know what could be the ...