Formatting of speakernotes is incorrect

When I convert the this presentation to PDF test-presentation.pptx.zip (201.0 KB) the speaker notes are not formatted correctly.

I use the following code to convert:

Presentation doc = new Presentation(filename);

PdfOptions options = new PdfOptions();
options.setSaveMetafilesAsPng(false);
options.setSufficientResolution(128f);

INotesCommentsLayoutingOptions notesOptions = options.getNotesCommentsLayouting();
notesOptions.setNotesPosition(NotesPositions.BottomFull);

doc.save(outputFilename, SaveFormat.Pdf, options);

After conversion you’ll see the speaker notes on slide 13 being centered, they should be left aligned.

Conversion using Aspose slides: Screen Shot 2019-03-07 at 4.25.29 PM.png (39.4 KB)

Conversion using Microsoft Powerpoint: Screen Shot 2019-03-07 at 4.25.39 PM.png (29.3 KB)

@sbd,

I have worked with the information shared by you and have reproduced the issue. An issue with ID SLIDESJAVA-37595 has been created to investigate and resolved the issue. This thread has been linked with the issue so that you may be notified once the issue will be fixed.

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