I’m running Document Server on Windows Server through IIS. The issue I’m facing is as follows: I allow the user to upload files, after which they can edit them. Doing so works perfectly well. If the file has images, they stay perfectly preserved, and the changes get correctly tracked. However, when we need to convert the file from docx to a pdf, the images get removed in the process.
We use third party software to achieve this conversion. I am presuming here that a docx is fundamentally the same no matter where it originates from, but please do correct me if I’m wrong with this assumption.
At any rate, i hope someone can shed some light on what could be the issue here. Thanks in advance!