Word formula positioning

I made a Word document with a formula, when I generate a pdf from it the formula is located more to the left.
I suspect I comes because I changed the position in the ruler for a formula, in Word the changes is ignored, but in the generated pdf the position of the formula is changed.

We are using Words for Java and the latest version. I checked it with the following code:
Document lDocument = new Document(lFileName);
lDocument.updateFields();
lDocument.save(lFileName + “.pdf”);

5908-files.zip (24.7 KB)

@inceptionEhv

We have tested the scenario and have managed to reproduce the same issue at our side. For the sake of correction, we have logged this problem in our issue tracking system as WORDSNET-19527. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.