Java presentationEX copy problem

Hello

I try to copy 1.pptx to 2.pptx

I typed like this

PresentationEx presentation = new PresentationEx(new FileInputStream(ppt));
presentation.write(new FileOutputStream(ppt2) );

after like this, I try open my new file(ppt2) but It is destoyed.

How can I solve my problem

thank you

I try to solve my problem.

I compare source.pptx and copied.pptx file.

I extract pptx file

and I found the difference.

source.pptx/ppt folder have notesSlides folder.

but copied.pptx/ppt folder have no notesSlide folder.

copied.pptx/ppt folder have notesMasters_otesMaster1.xml file.

I think When aspose.slide try to make zip entry, zip entry have error.

I think. It's aspose's problem.

plz. help me

Hi,

Thanks for your interest in Aspose.Slides.

Could you please provide the source presentation for investigation purpose so that we might be able to identify exact problem and reproduce the issue on our Issue Tracking System?

Thanks and Best Regards

thank you

I sent email to you.(included pptx).

I want to delete my pptx. and save it.

I have 4 slides ppt file.

I want to delete second file.

and then I want to save it.(3 slides ppt file).

so. I try . but I can't.

so I try just copy. but I can't

plz help me.

Hi,

Thanks for your interest in Aspose.Slides.

Well, issue has been found and has been reported on our Issue Tracking System as 13854. Our development team will investigate this issue. This thread has been associated with this issue so that you can be automatically notified in this thread as soon as this issue is fixed. Thanks for identifying the issue.

Thanks and Best Regards

Hi,

Thanks for your interest in Aspose.Slides.

Please find attached an intermediate version of Aspose.Slides for Java with the fix of issue 13854. It would work well with the code snippet provided by you in the initial post with ticket number 219038.

Thanks and Best Regards

Hi,

Thanks for your interest in Aspose.Slides.

A separate issue with issue id 13859 for problem regarding removal of a certain slide from PPTX has been created on our Issue Tracking System. This thread is linked with this issue so that you can be updated in this thread as soon as this issue is resolved.

Thanks and Best Regards

Hello Mr. msabir

thank you for your help.

Hello. Mr. msabir

Thanks for your interest in my question.

I downloaded your attachement file. very Thank you.

I try to test.

The copy function is OK. (When I try Last time, after copy, I try to open my new pptx file, I founded alert window, but now OK)

and then I try to open my new pptx file. I found error.

com.aspose.slides.PptReadException: Error reading "/[Content_Types].xml" xml part
at com.aspose.slides.obfuscated.pu.do(SourceFile:546)
at com.aspose.slides.obfuscated.pu.do(SourceFile:504)
at com.aspose.slides.obfuscated.pu.if(SourceFile:225)
at com.aspose.slides.obfuscated.pu.(SourceFile:183)
at com.aspose.slides.pptx.PresentationEx.(SourceFile:981)
at com.jinotech.ppt.AsposePPTXManager.replaceSlide(AsposePPTXManager.java:49)
at test.Test1.main(Test1.java:22)
Caused by: java.lang.NullPointerException
at com.aspose.slides.obfuscated.pu.do(SourceFile:518)
... 6 more

so I unzip new pptx file. I founded last problem is fixed.

but When I compare content_types.xml between old and new pptx files, I founded it's different.

I attche two pptx file. I hope It's helpful you and me.^^

Thank you

=================

my code is

PresentationEx presentationold = new PresentationEx(new FileInputStream("old.pptx"));

presentationold.write(new FileOutputStream("new.pptx"));

PresentationEx presentationnew = new PresentationEx(new FileInputStream("new.pptx"));

Hi,

Thanks for your interest in Aspose.Slides.

Well, you are absolutely correct. An issue with issue id 13870 has been created on our Issue Tracking System to fix the issue as mentioned by you. This thread has been linked with this issue so that you can be updated in this thread as soon as this issue is fixed.

Thanks and Best Regards

Hello

How can I connect issues.

My question connected 13854, 13859, 13870.

so I click the number on top left.

but It connect to here.

and excuse me but I want to know When my question is solved.

Thank you.

Hi,

Thanks for your interest in Aspose.Slides.

The issues that are associated with this thread has been created on our Issue Tracking System for our internal processing. The issues 13854 and 13870 have almost been fixed and after the fix, build will be tested and provided to you soon, whereas issue 13859 will be fixed later on. Sorry for the inconvenience.

Thanks and Best Regards

Hi.

Please check my question.

I want to know when my question solved.

thank you

Hi,

Thanks for considering Aspose.Slides.

The issues that you have reported are resolved and we are planning to release the hot fix by next week.

We appreciate your patience.

Hi.

I am waiting your new release version.

When I could get the file?

thank you

Hi,

We really appreciate your patience. We are planning to publish the new release of Aspose.Slides for Java in second week of March.

Thanks and Regards,

The issues you have found earlier (filed as 13854;13859;13870) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.