Problem with missing text boxes

Hello apose team,

I have an issue with one ppt file. When I do re-save, two of text boxes is converted to pictures, so content from those text boxes are unavailable, I am using aspose.slides 2.5.0 jar, Here is test and ppt file.

public class InstanceTest {

@Test
public void test() throws Exception {

Presentation presentation = new Presentation(
“d:/Standard Training for Sub-Agents.ppt”);

presentation.write(“d:/Standard Training for Sub-Agents-new.ppt”);

}

Can you please check this.

Thanks
Branko

Hi Branko,

Thanks for your interest in Aspose.Slides.

I have successfully re-saved the shared PPT file with Aspose.Slides for Java. Please share your problematic PPT file and some more details about your issue so that we can help you in detail. I have attached the generated PPT file with Aspose.Slides for Java.

Ok,

I also can re-save and get same file as one you send me, but two text
boxes are in fact tables with some text in it. After resaving these
tables are converted to pictures. No text can be taken from them.

Here is my result file.


Hi Branko,

Thanks for your interest in Aspose.Slides.

I
have tested the scenario and I am able to reproduce the same problem.
For the sake of correction, I have logged it in our issue tracking
system as SLIDESJAVA-29099. Our team will look into this issue and you
will be updated via this forum thread once it is resolved.

We apologize for your inconvenience.

Hi Branko,

I
have tested the scenario and I am able to reproduce the same problem.
For the sake of correction, I have logged it in our issue tracking
system as SLIDESJAVA-29099. Our team will look into this issue and you
will be updated via this forum thread once it is resolved.

We apologize for your inconvenience.

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


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.