Problem: DOCX -> PDF

Hello. This Dokument “1.docx (83.7 KB)” looks strange as a PDF: “1.pdf (109.2 KB)” (red triangles!?)

Aspose.Words.Loading.LoadOptions loadOp = new Aspose.Words.Loading.LoadOptions();
Aspose.Words.Document doc = new Aspose.Words.Document("1.docx", loadOp);
             
doc.UpdateFields();

Aspose.Words.Saving.PdfSaveOptions saveOptions = new Aspose.Words.Saving.PdfSaveOptions();
saveOptions.UpdateFields = true;

doc.Save("1.pdf", saveOptions);

Can you fix the problem?

@BSchwab It looks like your input document is damaged. I cannot switch to page layout in MS Word and cannot save it to PDF to compare result.
However, I see the problem when save the document as Strict Ooxml document.

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): WORDSNET-25398

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.