-
Notifications
You must be signed in to change notification settings - Fork 170
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
Error while trying to fill form fields: Inconsistent ending of dictionary. Wrong nesting of startDictionary and endDictionary #303
Comments
I'm encountering the same error, it happens whenever I create a text field with 2 child widgets. In my case, I've tracked it down to the following lines: https://github.com/galkahana/HummusJSSamples/blob/master/filling-form-values/pdf-form-fill.js#L195-L197 When I comment them out, the error disappears but the resulting PDF is invalid. I've not been able to figure out what was wrong. |
@gomikestrat take a look at galkahana/HummusJSSamples#20 and see it if fixes the issue for you |
@Ventajou yes my friend, your fix works! Excellent work! |
@gomikestrat look for |
I got the same error on "NodeJs" and "log file" and when i try this pdf-form-fill.js on this pull request, i have on ouput a simple copy of my pdf in input. It is solved with version 101 of hummus ? |
Hello,
I've followed the form fill example ( http://pdfhummus.com/post/161128437261/a-good-day-to-everyone-today-we-will-discuss-a ) and I have come across this error:
Log file:
With the pdfs provided on the example I can successfully fill the forms but some other pdfs (v1.6) that I've got produce this error. Does it have to do with the supplied pdf? I can always read all the form fields successfully.
The text was updated successfully, but these errors were encountered: