Docx to pdf - bubble graphics missing in pdf after convert

Document:
test.DOCX (64.4 KB)

Before convert:

After convert:

Code:

using Aspose.Words;
Aspose.Words.License license;
license = new Aspose.Words.License();
license.SetLicense("Aspose.Total.NET.lic"); 

string dataDir = "c:\\temp\\";

Document doc = new Document(dataDir + "test.docx");

doc.Save(dataDir + "output.pdf", SaveFormat.Pdf);

@andersalvsaker
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-27452

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.