A common question users ask is: Can a digitally signed PDF be modified after signing?
This is especially important for documents used in GST filing, income tax returns, legal agreements, and government approvals.
Quick Answer
Yes, a digitally signed PDF can be modified, but any unauthorized change will invalidate the digital signature.
However, some PDFs allow limited changes such as form filling or annotations without breaking the signature.
What Happens If a Signed PDF Is Modified?
Digital signatures work using hashing and Public Key Infrastructure (PKI).
When a document is signed:
- A hash (digital fingerprint) of the document is created
- The hash is encrypted using the signer’s private key
If the document is modified after signing:
- The hash changes
- The signature verification fails
- The PDF reader shows “Signature Invalid”
Types of Modifications in Signed PDF
1. Unauthorized Changes
These changes are not allowed and will break the signature:
- Editing text
- Changing values in the document
- Removing content
Result:
❌ Signature becomes invalid
2. Allowed Changes (Permitted Modifications)
Some digital signatures are configured to allow limited changes.
| Allowed Change | Effect on Signature |
|---|---|
| Form filling | Signature remains valid |
| Adding comments | Signature remains valid |
| Adding additional signatures | Previous signatures remain valid |
These permissions are defined at the time of signing.
Why Digital Signatures Detect Changes
Digital signatures use cryptographic hash functions (like SHA-256).
Even a single character change in the document produces a completely different hash.
This ensures:
- Document integrity
- Tamper detection
- Trust in digital documents
Role of Digital Signature Certificate (DSC)
A Digital Signature Certificate (DSC) links the signer’s identity with a public key.
It is issued by a licensed Certifying Authority (CA) regulated by the Controller of Certifying Authorities (CCA) in India.
The DSC ensures that:
- The signer is verified
- The signature can be trusted
How PDF Readers Show Modified Documents
PDF readers like Adobe Acrobat display clear warnings:
- “Signature Invalid”
- “Document has been altered after signing”
- “At least one signature is invalid”
These warnings indicate that the document integrity has been compromised.
Real-World Example
Suppose a digitally signed invoice is modified after signing:
- The amount is changed
- The date is edited
When opened:
- The signature will fail validation
- The document will no longer be legally reliable
Legal Validity in India
Digital signatures are legally recognized under the Information Technology Act, 2000.
However, if a signed document is modified after signing, it may lose its legal validity.
Conclusion
A digitally signed PDF can technically be modified, but any unauthorized change will invalidate the signature.
This built-in protection ensures that digital signatures provide strong security, integrity, and trust in electronic documents.
Always verify the signature status before trusting a digitally signed document.