Dotted Bullets Appear before Paragraphs after PPTX to PPT Conversion in C#

I have converted a *.pptx presentation to *.ppt format with Aspose.Slides and the result document have a few inconsistencies.

The most affected slides:

  • 1: unintended dotted bullets in front of each paragraph.
  • 2: unintended dotted bullets in front of each paragraph.
  • 10: unintended dotted bullets in front of each paragraph.

There are screenshots of these issues in the attached archive, as well as, the presentation.

Code sample:

var pr = new Presentation(inPath);
pr.Save(outPath, SaveFormat.Ppt);

I use Aspose.Slides.dll 25.2.0.0 and Microsoft® PowerPoint® for Microsoft 365 MSO (Version 2501 Build 16.0.18429.20132) 64-bit.
test21.zip (2.9 MB)

@licenses,
Thank you for reporting on the issue. I’ve reproduced the problem with appearing dotted bullets when converting the PowerPoint presentation into PPT format.

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): SLIDESNET-44866

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.

The issues you found earlier (filed as SLIDESNET-44866) have been resolved in Aspose.Slides for .NET 25.4 (ZIP, MSI, NuGet, Cross-platform).
You can check all fixes on the Release Notes page.
You can also find the latest version of our library on the Product Download page.