zeo101
Results
2
issues of
zeo101
Hi everyone, I wrote a small multi form program to stamp, split or combine pdfs using pikepdf: These forms are called using: ``` def openStamper(self, Sender): form_stamper = Stamper_Form(Application) form_stamper.Show()...
Awaiting Feedback
Hey Nils, since glauth v2.0.0 complains about unixid being deprecated I replaced it with uidnumber and gidnumber accordingly. To be consistent, I also changed the db column names in the...