Skip to content
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

Open
Tadelsucht opened this issue Jul 27, 2018 · 7 comments
Open

pdf form text is only visible when clicked itext #13

Tadelsucht opened this issue Jul 27, 2018 · 7 comments
Labels

Comments

@Tadelsucht
Copy link
Owner

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

@Tadelsucht Tadelsucht added the bug label Jul 27, 2018
@Tadelsucht
Copy link
Owner Author

Tadelsucht commented Jul 29, 2018

Chinese characters and special unicode characters are a problem
https://stackoverflow.com/questions/9556678/unicode-characters-in-itext-pdf

@Tadelsucht
Copy link
Owner Author

It seems that it needs more than a simple code extension..

@michaelblong
Copy link

michaelblong commented Mar 5, 2021

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.

@Tadelsucht
Copy link
Owner Author

I created a new version which supports Unicode characters. Please try this version which can be downloaded in following issue #19

@10bn
Copy link

10bn commented May 9, 2021

Hi, thanks for your awsome work!
Using Bulk PDF 1.2.3.0, I'm running into the same issue. I used the latest PDFElements to create a pdf form. Is there some easy fix i can try?

I attached a sample file that is not working for me using BulkPDF
sample.pdf

@Tadelsucht Tadelsucht reopened this May 9, 2021
@Tadelsucht
Copy link
Owner Author

Tadelsucht commented May 15, 2021

@jaddel
If an error like this occures, your pdf must be converted to a BulkPDF compatible specification. For this just upload the file to https://www.pdfescape.com/ , save it there and download it again, without changing anything. The new downloaded file is now compatible with BulkPDF and your configuration should work nicely.

@10bn
Copy link

10bn commented May 17, 2021

hi, thank you for the update, in the meantime i fixed it using adobe dc over pdf elements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants