pdfsign icon indicating copy to clipboard operation
pdfsign copied to clipboard

Add/verify Advanced Electronic Signature (AES) and Qualified Electronic Signature (QES) in PDF (usign pure Go)

Results 2 pdfsign issues
Sort by recently updated
recently updated
newest added

With the following code, the signed PDF is invalid. main.go package main import ( "crypto" "crypto/rsa" "crypto/x509" "encoding/pem" "fmt" "log" "os" "time" "github.com/digitorus/pdfsign/sign" cli "github.com/jawher/mow.cli" ) func main() { app...

bug

I am testing this library/utility and noticed support for visual signatures, however when attempting to sign a sample PDF, the visual signature doesn't appear at least in the latest version...