R
R
roqueford2019-08-01 13:54:08
PHP
roqueford, 2019-08-01 13:54:08

How to set up automatic signing of a docx file with an EDS in CENTOS?

Please tell me if there are free libraries for signing WORD documents in PHP (analogue of PHPdocX), or maybe you know the option to make it a program in CENTOS?
The main criterion is that the signature be embedded in the document (not as a separate .sig file).
I would be grateful for any information on this topic.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
@
@smple, 2019-08-17
_

As far as I know, cryptopro in Russia is used to sign documents (it implements certified signature algorithms), it must be installed (including a license if necessary), then find out the command for signing files, call this command from php using exec, shell_exec
Universal option next.
1. Select the signature algorithm and method
2. Find a software that implements your wishes under Linux
3. Install the software
4. Call the file signing command from php using exec, shell_exec

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question