ASPOSE word call back notifications when no fonts found

Hi,

We are preparing the document in windows and running the ASPOSE in linux.

We are getting call back notification for “no fonts found” when converting the document to PDF/HTML its expected but we are not getting any call back notifications when we convert the doc (with variables) to doc (with replaced variables).

Is that the expected behaviour?
please let me know if anything required.

Thanks,
Nagendra.

@nyanamadala900014

When you use Document.WarningCallback property, the warning callback is called during various document processing procedures when an issue is detected that might result in data or formatting fidelity loss.

So, if there is no data or formatting loss, you will not get any notification.