Is there a size limit for PPTX files?
I’m getting the following error trying to convert a 2GB (2225025477) file:
arraycopy: last destination index 2147483958 out of bounds for byte[2147467598]
-
System.java
injava.lang/arraycopy
com.groupdocs.conversion.internal.c.a.ms.System.IO/write
com.groupdocs.conversion.internal.c.a.ms.helpers.streams/copyStream
com.groupdocs.conversion.internal.c.a.ms.System.IO/fromJava
com.groupdocs.conversion.handler/convert
I got the error on 19.4 and 19.10.3 (and I can’t figure out how to convert a PPTX into multiple images efficiently on 20).
The server has enough memory, it is not a java.lang.OutOfMemoryError: Java heap space
error.