munizeverton/portablesigner
最新稳定版本:v4.1
Composer 安装命令:
composer require munizeverton/portablesigner
包简介
Signer pdf file
README 文档
README
PortableSigner
Assina digitalmente um arquivo PDF, a partir de um certificado digital do tipo A1
Para isso, é usada a ferramenta Portable Signer.
Exemplo de uso:
$tempFile = 'path/file.pdf';
$tempSignedFile = 'path/newfile.pdf';
$certificateFile = 'path/certificate.pfx';
$certificatePassword = 'secret';
Signer::signPdfFile($tempFile, $tempSignedFile, $certificateFile, $certificatePassword);
统计信息
- 总下载量: 238
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2018-08-15