Tom K

Results 3 comments of Tom K

Or you could use: `pdf_template = pdfrw.PdfReader(infile)` `pdf_template.Root.AcroForm.update(pdfrw.PdfDict(NeedAppearances=pdfrw.PdfObject('true')))` `pdfrw.PdfWriter().write(outfile, pdf_template)` This adds the NeedAppearances key/value to the AcroForm dict. If I'm understanding your problem correctly. * Updated 07/15/2020 to fix...

Why would you code it this way? Never seen this type of model / ForeignKey relationship. It's not logical.

Ugh what's up with missing newlines.