Issue on converting pptx file to pdf

I am attaching sample pptx file and converted optput file of samplepptx.pptx. FIles.zip (1.0 MB)

And attaching image file of issue.Output file taking extra color on right side.
image.jpg (245.7 KB)

Below is the source code

using (Aspose.Slides.Presentation presentation = new Aspose.Slides.Presentation(filePath))
{
         Aspose.Slides.Export.PdfOptions opt = new Aspose.Slides.Export.PdfOptions();
         opt.NotesCommentsLayouting.NotesPosition = Aspose.Slides.Export.NotesPositions.BottomTruncated;
         opt.NotesCommentsLayouting.CommentsPosition = Aspose.Slides.Export.CommentsPositions.Right;
         convertedPdffilepath = outputFilePath + "PresOut.pdf";
         presentation.Save(convertedPdffilepath, Aspose.Slides.Export.SaveFormat.Pdf, opt);
 }

@itsathere,

I have worked with the presentation file shared by you and have been able to observe the issue specified. An issue with ID SLIDESNET-40069 has been created in our issue tracking system to further investigate and resolve the issue. This thread has been linked with the issue so that you may be automatically notified once the issue will be resolved.

The issues you have found earlier (filed as SLIDESNET-40069) have been fixed in this update.