Aspose.Slides.PptxReadException: 'LoadBrushElementData:ignorePressure'

Hello,

Please find attached file.
Robotic-Process-Automation.zip (3.3 MB)

We are facing a problem when opening the attached PPTX file in the latest version of Slides for .NET gives me an error.

Sample code:
Aspose.Slides.Presentation ppt = new Aspose.Slides.Presentation(@“D:\Test\Robotic-Process-Automation.pptx”);

Please provide solution asap.
Thanks

@cyginfo,

I have observed the issue shared by you and an issue with ID SLIDESNET-40908 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 notified once the issue will be fixed.

@Adnan.Ahmad We have the same issue in Java.

@rocketraman,

I have observed your comments. Can you please share source file so that we may further investigate to help you out.

@Adnan.Ahmad Here is the file: IgnorePressure.zip (24.8 KB)

Here is the code:

Presentation deck = new Presentation(new FileInputStream(input));

and the exception:

Exception in thread "main" class com.aspose.slides.PptxReadException: LoadBrushElementData:ignorePressure ---> class com.aspose.slides.exceptions.NotImplementedException: LoadBrushElementData:ignorePressure
com.aspose.slides.sa.do(Unknown Source)
com.aspose.slides.sk.do(Unknown Source)
com.aspose.slides.sm.do(Unknown Source)
com.aspose.slides.sr.do(Unknown Source)
com.aspose.slides.sq.do(Unknown Source)
com.aspose.slides.pv.do(Unknown Source)
com.aspose.slides.pv.do(Unknown Source)
com.aspose.slides.bb.do(Unknown Source)
com.aspose.slides.agv.do(Unknown Source)
com.aspose.slides.ac8.do(Unknown Source)
com.aspose.slides.acq.byte(Unknown Source)
com.aspose.slides.acq.do(Unknown Source)
com.aspose.slides.Presentation.if(Unknown Source)
com.aspose.slides.Presentation.do(Unknown Source)
com.aspose.slides.Presentation.do(Unknown Source)
com.aspose.slides.Presentation.<init>(Unknown Source)
com.aspose.slides.Presentation.<init>(Unknown Source)

Java 1.8.0_64
Aspose.Slides Java 19.1

@rocketraman,

I have observed the issue shared by you and an issue with ID SLIDESJAVA-37563 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 notified once the issue will be fixed.

1 Like

Hello,

Kindly provide any updates.

Thank you.

@cyginfo,

I have verified the issue status from our issue tracking system and regret to share that at present the issue is still unresolved. We request for your patience till the time the issue gets resolved on our end.

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

@adnanahmed @mudassir.fayyaz
As I can see in the older comments SLIDESJAVA-37563 created for this issue in java.
I am also facing the same issue with ppt file and using Aspose version - 18.11
Could you please help?

@naved1308,
Thank you for contacting support.

There were many updates after version 18.11. Please check your results using the latest version of Aspose.Slides if it is possible. If the issue persists, please share the following data in a new topic:

  • presentation file (you can zip the file and attach it to your post)
  • code example that reproduces the error you encountered
  • full stack trace of the error
  • OS version where the code was executed
  • JDK version you used