Hi Team,
I am trying to manipulate a tiff image and delete page from the tiff image using the following code:
tiffImage.removeFrame(0);
I am getting following error.
Java Imaging API aspose-imaging-2.1.0.0-jdk16.jar
OS- windows , linux both same error.
We are already in UAT and now we are getting this error. it wil be helpful if you can provide a quick response.2014-10-20 12:26:23,667 ERROR [DocumentTiffTransformation] error occured Unable to remove current frame
2014-10-20 12:26:23,667 ERROR [DocumentTiffTransformation] error occured
com.aspose.imaging.exceptions.imageformats.TiffImageException: Unable to remove current frame
at com.aspose.imaging.fileformats.tiff.TiffImage.removeFrame(Unknown Source)
at com.bac.doc.service.DocumentTiffTransformation.deletePages(DocumentTiffTransformation.java:89)
at com.bac.doc.service.DocumentTiffTransformation.updateTiffDocument(DocumentTiffTransformation.java:51)
at com.bac.doc.service.DocumentManager.updateWipDocument(DocumentManager.java:355)
at com.bac.doc.service.DocumentManagementRepository.updateWipDocument(DocumentManagementRepository.java:89)
at com.bac.doc.controller.DocumentManagementController.updateWipDocument(DocumentManagementController.java:889)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.web.bind.annotation.support.HandlerMethodInvoker.invokeHandlerMethod(HandlerMethodInvoker.java:176)
at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.invokeHandlerMethod(AnnotationMethodHandlerAdapter.java:436)
at v