BulkPDF icon indicating copy to clipboard operation
BulkPDF copied to clipboard

pdf form text is only visible when clicked itext

Open Tadelsucht opened this issue 5 years ago • 7 comments

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 avatar Jul 27 '18 12:07 Tadelsucht

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

Tadelsucht avatar Jul 29 '18 08:07 Tadelsucht

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

Tadelsucht avatar Jul 29 '18 08:07 Tadelsucht

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.

michaelblong avatar Mar 05 '21 16:03 michaelblong

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

Tadelsucht avatar Mar 21 '21 11:03 Tadelsucht

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

10bn avatar May 09 '21 13:05 10bn

@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.

I will try to fix this bug in the next release.

Tadelsucht avatar May 15 '21 11:05 Tadelsucht

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

10bn avatar May 17 '21 15:05 10bn