lukelt/pdf-signatures
最新稳定版本:v1.0.0
Composer 安装命令:
composer require lukelt/pdf-signatures
包简介
signature finder in pdf documents with OpenSSL
README 文档
README
A package to find PDF digital signatures, returned your information.
Installation:
$ composer require lukelt/pdf-signatures
OpenSSL
The package needs OpenSSL to run. Download or install in your environment.
Download: https://www.openssl.org/source/.
If your environment is Windows, you can download the executable from this link: https://slproweb.com/products/Win32OpenSSL.html
Recommendation
Preferably place the OpenSSL bin folder in your environment variable. For code reduction in your application.
example: C:/Program Files/OpenSSL-Win64/bin
Examples
use Lukelt\PdfSignatures\PdfSignatures; require_once('vendor/autoload.php'); $data = PdfSignatures::find('pdf_teste.pdf');
It is possible to define the OpenSSL path
use Lukelt\PdfSignatures\PdfSignatures; require_once('vendor/autoload.php'); PdfSignatures::defineOpenSSL("C:/Program Files/OpenSSL-Win64/bin"); $data = PdfSignatures::find('pdf_teste.pdf');
统计信息
- 总下载量: 29
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-04-08