Font issue - FillField

When fill form has completed, we are getting unrecognized font (See page 3 of output.pdf)



ArialMT is installed on the machine.



Please provide solution/workaround ASAP.



Thank you,

Nou



=====code======

var License = new Aspose.Pdf.Kit.License();

License.SetLicense(“Aspose.Pdf.Kit.lic”);

var Form = new Aspose.Pdf.Kit.Form(@“E:\pdf\font\test2.pdf”, @“E:\pdf\font\output.pdf”);

foreach (var item in Form.FieldsNames)

{

Form.FillField(item, “abc”);



}

Form.FlattenAllFields();

Form.Save();

System.Diagnostics.Process.Start(@“E:\pdf\font\output.pdf”);

Hi Nou,

I have logged this issue as PDFKITNET-15759 in our issue tracking system. Our team will investigate this issue and you’ll be updated via this forum thread once it is resolved.

We’re sorry for the inconvenience.
Regards,

Hi,



Please let me know if you can provide an immediate hotfix for this issue, we have 500+ PDFs in our production environment that are affected.



Thank you,

Nou

Hi Nou,

Our team is looking into this issue; however, as the issue is logged today the team still needs to investigate the issue in detail. Please spare us some time before we could understand and resolve the issue. We’ll try to provide you a fix for this issue as soon as possible.

We’re sorry for the inconvenience and appreciate your patience.
Regards,


The issues you have found earlier (filed as 15759) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.