Text wrap does not match PowerPoint text wrap

Hi,


We are trying to convert the attached pptx to images; powerpoint moves word “cold” on the second line (pptx.jpg) and aspose lib keeps it on the first (see aspose.jpg).

aaaa.pptx is attached as well.

Conversion code is as simple as

var pres = new PresentationEx(inputFile);

var opts = new Aspose.Slides.Export.TiffOptions
{
ImageSize = new Size(960, 720)
};

pres.Save(“slides.tiff”, Aspose.Slides.Export.SaveFormat.Tiff, opts);

var imageStreamSource = new FileStream(“slides.tiff”, FileMode.Open, FileAccess.Read, FileShare.Read);
var decoder = new TiffBitmapDecoder(imageStreamSource, BitmapCreateOptions.PreservePixelFormat, BitmapCacheOption.Default);

Thanks
Voffka

Hi Voffka,

I have worked with the presentation file shared and have been able to observe the issue specified. An issue with ID SLIDESNET-34567 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.

We are sorry for your inconvenience,