Contents appear overlapping in the converted pdf

Hi?
I am converting word to pdf using GemBox.Document.

This is the source code.

string filepath1 = @"D:\project_proposal2_xxxx.docx";
string filepath_pdf1 = @"D:\project_proposal2.pdf";

DocumentModel document = DocumentModel.Load(filepath1);
document.Save(filepath_pdf1);

However, there is something wrong with the result of the converted pdf. Contents appear overlapping.

Can you help me what’s the problem?

original word file and converted pdf file

Hi,

Please send us your DOCX file so that we can reproduce this issue and investigate it.

Regards,
Mario

I couldn’t attach a file here, so I’ve sent the file to your email (info@gemboxsoftware.com).
Thank you.