-
Notifications
You must be signed in to change notification settings - Fork 17
doc: inital commit for PDF generation ADR #123
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
Conversation
|
Important notes when working with pdftk: pdftk works with form fields defined in AcroForm in PDF. Use the following command to view the field types of your fillable PDF:
The
SIGNATURES: pdftk cannot fill the CIRCLES: Visual-only elements (like drawings, annotations, and circles) do not appear as FieldTypes. They’re part of the page content, not AcroForm fields. They must be stamped onto the PDF by manually grabbing their coordinates. This applies to the Ethnicity field. |
…eld for visibility
…TodaysParticipants()
Please comment below to add to the discussion regarding a solution to generate and store PDFs.