Automate PDF filling

I’m very new to Python and I have a moderate amount of coding experience from school.
I would like to provide a user with a input prompt and whatever they type and press enter is filled into a specific field on a .pdf.
Currently we fill these out by hand and we go through dozens of copies a day so we are digitizing our records.
Any guidance would be great.

Thank you,
Jake

There are numerous python packages for working with pdf files. Search net for ‘python pdf library’ or pypi.org for ‘pdf’.

1 Like