Wrong symbols instead of umlauts in Acroform dropdown element after converting pdf file to PDF_A_1B format

Hello,

I need to convert pdf file into PDF_A_1B format. Initial pdf contain Acroform dropdown elements.
After convertion umlauts replaced by wrong characters, but only in dropdown elements.

image.png (168.7 KB)

.NET Total libraries version: 24.2.0

.NET Code:

using FileStream fileStream = new FileStream(inputFile, FileMode.Open, FileAccess.Read);
var doc = new Aspose.Pdf.Document(fileStream);
doc.Convert($"{outputFile}-convert-log.xml", PdfFormat.PDF_A_1B, ConvertErrorAction.Delete);
doc.Save(outputFile);

Pdf file to reproduce the issue.
hv-pa-md-006_new.pdf (128.9 KB)

Best regards,
Dmitry

@dmitry.v
1.png (128.0 KB)
Do you mean the symbols in red rectangles? Did I understand correctly?

Yes, correct.

@dmitry.v
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): PDFNET-56726

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.