-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pdf form text is only visible when clicked itext #13
Comments
Chinese characters and special unicode characters are a problem |
It seems that it needs more than a simple code extension.. |
Any fix for this? I don't know if there is something i can do on my end. I'm not using any special characters. |
I created a new version which supports Unicode characters. Please try this version which can be downloaded in following issue #19 |
Hi, thanks for your awsome work! I attached a sample file that is not working for me using BulkPDF |
@jaddel |
hi, thank you for the update, in the meantime i fixed it using adobe dc over pdf elements. |
In BulkPDFCore/PDF.cs in the method SaveFilledPDF cloud help the following code:
PdfStamper.getWriter().getAcroForm().setNeedAppearances(true);
https://stackoverflow.com/questions/14341076/itextsharp-rendering-czech-characters-in-acroform-fields
https://developers.itextpdf.com/examples/itext-action-second-edition/chapter-8
The text was updated successfully, but these errors were encountered: