I am trying to sign PDF documents with Python and found something called MyPDFSigner.
It is well documented, however I found the documentation a bit confusing. The o
The documentation says:
In Windows copy the file
mypdfsigner.pyd
from"C:\Program Files\MyPDFSigner"
toC:\Python27\Lib\site-packages.
It also says you need to add the installation to your path:
To run the example in Windows add "C:\Program Files\MyPDFSigner" to the environment PATH variable
Additionally, you must configure it first:
Before using any of the extensions it is necessary to start with the graphical application to create a configuration file for the key store and alias one wants to use. The application creates a .mypdfsigner file in your home directory.