Circle converted into square and labels are not visible

Hello Aspose slide team,

We’re facing issue of circle color being dark on graph on some of the labels while converting PDF into PPT. The value inside the circle is not visible and the circle is also converted into small square box. here the pdf reports are generated using excel templates. We tried using the aspose version compile(group: ‘com.aspose’, name: ‘aspose-pdf’, version: ‘23.9’) and also latest version. These versions have the same issue.

Please find the attached PDF and screenshot of ppt file generated.

We’re currently using following versions of aspose.
compile group: ‘com.aspose’, name: ‘aspose-words’, version: ‘22.12’, classifier: ‘jdk17’
compile group: ‘com.aspose’, name: ‘aspose-cells’, version: ‘22.12’
compile group: ‘com.aspose’, name: ‘aspose-pdf’, version: ‘22.9’
compile group: ‘com.aspose’, name: ‘aspose-slides’, version: ‘23.2’, classifier: ‘jdk16’

Code Example:

import com.aspose.pdf.*;
import com.aspose.slides.*;
import com.aspose.slides.exceptions.Exception;

public class Convert {

    public static void main(String[] args) {
        try{
            Document document1 = new Document("/Users/sandip.gole/Desktop/untitled1/src/main/resources/report_pdf.pdf");
            document1.save("PptxOutput.pptx", com.aspose.pdf.SaveFormat.Pptx);
            Presentation presentation = new Presentation("PptxOutput.pptx");
            presentation.save("output.ppt", com.aspose.slides.SaveFormat.Pptx);
        }
        catch(Exception e){
            e.printStackTrace();
        }
    }
}

Os Version:
Local machine: macOS Sonoma 14.4
Server: CentOS Linux, Version 7
JDK Version: Java JDK version 8

Could you please look into it.
report_pdf.pdf (180.1 KB)

ppt_issue.jpg (70.9 KB)

ThankYou
Sandip

@sandipgole

Would you kindly try to use the latest version of the API i.e. 24.2 in your environment and see if issue is still happening?

We tried using following versions,

compile(group: ‘com.aspose’, name: ‘aspose-pdf’, version: ‘24.2’)
compile(group: ‘com.aspose’, name: ‘aspose-slides’, version: ‘23.7.1’, classifier: ‘jdk16’)

But still issue exists.

@sandipgole

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): PDFJAVA-43723

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.