davidmacneil

Results 1 comments of davidmacneil

As a workaround, I was able have the fields show up by setting an empty string to the appearance dictionary (AP): ``` form = pdfrw.PdfReader(fname) annotations = form.pages[0]['/Annots'] for annotation...