Hi,
I am using Aspose.total with Developer OEM license.
- With Aspose slides, I am trying to convert a PPTX file to PDF as follows :
com.aspose.slides.LoadOptions loadOptions = new com.aspose.slides.LoadOptions();
Presentation pres = new Presentation(GZIPInputStreamObject, loadOptions);
pres.save(fileOutputStream, com.aspose.slides.SaveFormat.Pdf);
- I am using the latest version of Aspose slides [21.12 ]
<dependency> <groupId>com.aspose</groupId> <artifactId>aspose-slides</artifactId> <version>21.12</version> <classifier>jdk16</classifier> </dependency>
- Server Configurations :
Operating System: Red Hat Enterprise Linux Server 7.9 (Maipo) CPE OS Name: cpe:/o:redhat:enterprise_linux:7.9:GA:server Kernel: Linux 3.10.0-1160.49.1.el7.x86_64 Architecture: x86-64
4 CORE CPU - 4 GB RAM
This is our server configuration.
sample_pptx.7z (457.2 KB)
When we convert the above file, the file preview using Aspose takes more than 5 minutes.
This sample PPTX file is downloaded from the internet.
This file contains 1000 slides. [File Size - 1.66 MB]
We face issue only for this selected file.
Could you check from your side once and let us know is there any issue in this selected file formatting ?