Sign PDF documents digitally with Python

前端 未结 1 776
渐次进展
渐次进展 2020-12-17 05:44

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

相关标签:
1条回答
  • 2020-12-17 06:12

    The documentation says:

    In Windows copy the file mypdfsigner.pyd from "C:\Program Files\MyPDFSigner" to C:\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.

    0 讨论(0)
提交回复
热议问题