Converting .docx to .pdf loses some Tabs on the header

Hi,

I have an issue with my .docx document where some of the Tabs on the header section loses when the document is converted to .pdf. I just need your help on how to fix this?

Our application is written in OpenEdge and the code to convert the .docx to .pdf is something like this.

DEFINE PUBLIC PROPERTY DocModel1 AS Aspose.Words.Document NO-UNDO PUBLIC GET.  
PRIVATE SET.
THIS-OBJECT:DocModel1 = NEW Aspose.Words.Document(cTempDocx).
THIS-OBJECT:DocModel1:Save(cPDFFile, SaveFormat:Pdf).

Attached are my template (tdems.docx), header source (tdems.txt), data file (tdems.dat), sample word document (pptdems001037.docx), and sample pdf which shows the missing Tab on the header section (pptdems001037.pdf). tdems-template.7z (72.7 KB)

Thank you very much.

@cmendoza Thank you for reporting this problem to us. For a sake of correction it has been logged as WORDSNET-23600. We will keep you informed and let you know once it is resolved.