hchillon

Results 2 comments of hchillon

From all those explanations I arrived (as brunnurs stated) to this code. It works for me. Fill textentries and checkboxes for multipage pdf and all changes can be seen using...

Last code fails for checkboxes using some pdf readers. I modified my MyPdfWriter class: `def updatePageFormCheckboxValues(self, page, fields): for j in range(0, len(page['/Annots'])): writer_annot = page['/Annots'][j].getObject() for field in fields:...