PDF to PPTX: conversion problem with non UTF-8 characters

Hi

here is pdf:

and pptx:

code:
Aspose.Pdf.Document doc = new Aspose.Pdf.Document(pdf);
Aspose.Pdf.PptxSaveOptions pptx_save = new Aspose.Pdf.PptxSaveOptions();
doc.Save(ppt, pptx_save);

win11/.net 4.8/aspose.pdf 23.3.0

thank you
cheers

@pcaillol

An issue as PDFNET-54098 has been logged in our issue tracking system for further investigation. We will look into its details and keep you posted with the status of its correction. Please be patient and spare us some time.

We are sorry for the inconvenience.

Hi thank you, be waiting !
cheers.