Package: pdfsigner 0.2.2


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.2.tar.gz
pdfsigner_0.2.2.tar.gz(r-4.7-arm64)pdfsigner_0.2.2.tar.gz(r-4.7-x86_64)pdfsigner_0.2.2.tar.gz(r-4.6-arm64)pdfsigner_0.2.2.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://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/strategicprojects/pdfsigner/issues
Last updated from:01c23e4901. Checks:5 OK, 1 FAIL. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 236 | ||
| linux-devel-x86_64 | OK | 223 | ||
| source / vignettes | OK | 252 | ||
| linux-release-arm64 | OK | 223 | ||
| linux-release-x86_64 | OK | 233 | ||
| wasm-release | FAIL | 148 |
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 |