Pdf to pptx not working correctlry

I am going to change pdf to docx and pptx format.

	workbookPdf.save(uploadFolder+profileName+".pdf", opts);		
	com.aspose.pdf.Document pdfDocument = new com.aspose.pdf.Document(uploadFolder+profileName+".pdf");
	com.aspose.pdf.PptxSaveOptions saveOptions = new com.aspose.pdf.PptxSaveOptions();

	pdfDocument.save(uploadFolder+profileName+".pptx",saveOptions);

But the pptx out put quality is not good.
How can I fix the error?
I append pdf and doc files.Report_1.10.pdf (635.0 KB)
Because of I cannot upload pptx file, so I appended google drive link.

Thanks.

@arnoldbenda

Thank you for contacting support.

We have worked with the data shared by you and have been able to reproduce the issue in our environment. A ticket with ID PDFJAVA-37752 has been logged in our issue management system for further investigation and resolution. The ticket ID has been linked with this thread so that you will receive notification as soon as the ticket is resolved.

We are sorry for the inconvenience.