-
Notifications
You must be signed in to change notification settings - Fork 48
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
input type combo boxes not supplying selected value #94
Comments
I have tested the write a pdf function and it is able to set the combo boxes correctly
|
I think that section FormChoice on line 488 of NodePoppler.cc is missing a set value similar to the other types. like line 283
Sorry I don't know C to be any more help. |
Line 367 is were the setting of the value is specified.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OK so I used this online pdf example to produce several test files
http://foersom.com/net/HowTo/data/OoPdfFormExample.pdf
quite simple you fill it in and save as and you have an example file to play with.
This is my test code
my test definition file just gives a list of test pdfs and a description of what I'm expecting here is the result for that pdf with everything filled in (NOTE if you open the saved PDF all fields are filled in correctly but the PDF forms can not get the values of the combo boxes)
The text was updated successfully, but these errors were encountered: