0

I have a form field fillable PDF that I'd like to fill using a python script, I can't use JavaScript which seems to be the preferred solution. Is this something that can be done through a python script? The catch is that I can't install any libraries like PyPDF2, fillpdf, or fdfgen like in this answer. Is this still possible? Can I homebrew a similar solution?

The fields can be tabbed through and assuming the alt text of a field is its name, I have those as well, though at least 1 field appears to be unnamed.

Ideally I'd like to fill multiple specific fields with variables that I can programmatically generate and then save the PDF as a new file.

Spartacus
  • 143
  • 1
  • 7

0 Answers0