Can I show Chinese detail in PdfFileSignature?

I am try to use Chinese to sign a PDF document, but can't display chinese detail.
how can I do? thanks.




======================================
FormEditor editor = new FormEditor();
editor.BindPdf(inFile);
editor.AddField(FieldType.Signature, "Signature", 1, 10, 10, 110, 110);
editor.Save(outFile);

//add signature to any of the signature fields
PdfFileSignature pdfSign = new PdfFileSignature();
pdfSign.BindPdf(outFile);
pdfSign.Sign("Signature", "許可", "作者", "地點", signature1);

Hi Felaray,


Thanks for using our API’s.

I have tested the scenario and have managed to reproduce same problem. For the sake of correction, I have logged it as PDFNET-41456 in our issue tracking system. We will further look into the details of this problem and will keep you posted on the status of correction. Please be patient and spare us little time. We are sorry for this inconvenience.

ok thanks. this is a serious problem for our bussiness ,hope fix in next update.

Hi Felaray,


Thanks for your patience.

Please note that issues are resolved in first come first serve basis as we believe its the fairest policy to all the customers. So this problem will be resolved as per schedule and as soon as we have some definite updates, we will let you know.

We are sorry for this inconvenience.

The issues you have found earlier (filed as PDFNET-41456) have been fixed in Aspose.PDF for .NET 22.6.