Package: pdfsigner 0.2.3


Andre Leite
pdfsigner: Digitally Sign and Verify PDF Documents
Digitally sign PDF documents with a 'PKCS#12' keystore and verify their signatures. Signing produces a detached 'PKCS#7' / 'CMS' signature ('adbe.pkcs7.detached') over the document and is applied as an incremental update, so existing signatures remain valid. The cryptography and PDF manipulation are performed by a bundled, pure-'Rust' backend (the 'pdf_signer' crate); no Java runtime, 'OpenSSL', or external command-line tools are required. Visible signature appearances with custom text are supported.
Authors:
pdfsigner_0.2.3.tar.gz
pdfsigner_0.2.3.zip(r-4.7)pdfsigner_0.2.3.zip(r-4.6)pdfsigner_0.2.3.zip(r-4.5)
pdfsigner_0.2.3.tgz(r-4.6-x86_64)pdfsigner_0.2.3.tgz(r-4.6-arm64)pdfsigner_0.2.3.tgz(r-4.5-x86_64)pdfsigner_0.2.3.tgz(r-4.5-arm64)
pdfsigner_0.2.3.tar.gz(r-4.7-arm64)pdfsigner_0.2.3.tar.gz(r-4.7-x86_64)pdfsigner_0.2.3.tar.gz(r-4.6-arm64)pdfsigner_0.2.3.tar.gz(r-4.6-x86_64)
manual.pdf |manual.html✨
card.svg |card.png
pdfsigner/json (API)
| # Install 'pdfsigner' in R: |
| install.packages('pdfsigner', repos = c('https://strategicprojects.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/strategicprojects/pdfsigner/issues
Last updated from:5bbd14c2b4. Checks:12 OK, 1 FAIL. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 271 | ||
| linux-devel-x86_64 | OK | 270 | ||
| source / vignettes | OK | 354 | ||
| linux-release-arm64 | OK | 233 | ||
| linux-release-x86_64 | OK | 253 | ||
| macos-release-arm64 | OK | 206 | ||
| macos-release-x86_64 | OK | 577 | ||
| macos-oldrel-arm64 | OK | 232 | ||
| macos-oldrel-x86_64 | OK | 529 | ||
| windows-devel | OK | 352 | ||
| windows-release | OK | 392 | ||
| windows-oldrel | OK | 353 | ||
| wasm-release | FAIL | 159 |
Exports:sign_pdfverify_pdf_signature
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Digitally sign a PDF document | sign_pdf |
| Verify the digital signatures of a PDF | verify_pdf_signature |