Class Cast Exception coming while processing esigned pdf

Hi @aspose.notifier/@tilal.ahmad ,
when we are processing a e-signed pdf, aspose is giving below exception:-
java.lang.ClassCastException: com.aspose.pdf.internal.p74.z25 cannot be cast to com.aspose.pdf.internal.p74.z9
we are using aspose.pdf-17.11 version currently.GLIC17482.pdf (159.1 KB)
Source code :
com.aspose.pdf.facades.PdfFileEditor pdfFileEditor = new PdfFileEditor();
ByteArrayInputStream[] outputStream = pdfFileEditor.splitToPages(“C:\Users\ajit.baguri\Documents\pdf_issue_for_signing\GLIC17482.pdf”);
Can you please suggest some solution for this.

Ajit B

@ajit_b

We have tested the scenario in our environment while using Aspose.PDF for Java 20.11 and did not face any issue. Would you kindly try using the latest version of the API and if you still notice any issue, please let us know.