We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PyPDFForm=1.4.37
Unable to parse the description for the checkbox. This is important info for someone who has no reference to the original template (PDF).
import json from PyPDFForm import PdfWrapper pdf_form_schema = PdfWrapper("i-90.pdf").schema print(json.dumps(pdf_form_schema, indent=4, sort_keys=True))
{ "P1_checkbox4[1]": { "type": "boolean" }, "P1_checkbox4[2]": { "type": "boolean" }, "P1_checkbox6c_Unit[0]": { "type": "boolean" }, "P1_checkbox6c_Unit[1]": { "type": "boolean" }, "P1_checkbox6c_Unit[2]": { "type": "boolean" } }
i-90.pdf
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
PyPDFForm=1.4.37
Issue Description
Unable to parse the description for the checkbox. This is important info for someone who has no reference to the original template (PDF).
Code Snippet
Sample of Json Output
PDF Form Template
i-90.pdf
Screenshots (if applicable)
The text was updated successfully, but these errors were encountered: