Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple signatures in a single document #39

Open
santanamic opened this issue Aug 20, 2024 · 2 comments
Open

Multiple signatures in a single document #39

santanamic opened this issue Aug 20, 2024 · 2 comments

Comments

@santanamic
Copy link

I'm trying to use the library to include multiple signatures in a document. However, when I sign an already signed document, the most recent signature overwrites the previous one. As a result, I'm unable to have more than one signature in the document. Is this behavior a limitation of the library?

@vanbroup
Copy link
Member

Are you sealing or signing the document?

You can only have one seal but you should be able to have multiple signatures.

Can you provide a full example replicating the issue you are seeing?

@santanamic
Copy link
Author

I'm using a certificate file (PFX) issued by a recognized authority in my country, along with a self-signed test certificate in my local environment. I'm providing my code and the two output PDFs generated. For the last PDF, 2 signatures were expected on the same document.

https://github.com/santanamic/pdfsign-multiple-signatures/blob/master/main.go

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants