Copy link to clipboard
Copied
So hey there! I got an document with fields. I fill those fields with some c# code using itexsharp library. Everything is fine document is fully filled but in some fields Lithuanian symbols doesn't appear unless I activate them by clicking:
after click:
Same thing happens if I open on other machines... What could be done here?
Sounds like an issue with the way iText# applies the values to the fields. You should look for a solution there.
Copy link to clipboard
Copied
Sounds like an issue with the way iText# applies the values to the fields. You should look for a solution there.
Copy link to clipboard
Copied
Thank you! I think found something on stackoverflow about it. Thank you