Not Getting Warning Callback on Font Replacement when Converting PPT to PDF in Java

Hi,

I am working on conversion of PPT to PDF topic.
I can able to get warning callback when source and destination font is not installed on machine (thanks to aspose for performing suitable font replacement itself).
But I am not able to get warning callback when target font is installed on machine, even though font replacement happens correctly in generated pdf (font substitution mapping is defined in code).

Could you please let me know:
Is this expected behavior? (not getting warning callback when target font is installed on machine)

Thanks,
Dnyandev

@dnyandevp,
Thank you for posting the question.

So that we can better understand the issue, could you share a code example that reproduces the problem you described?