PDF Signature Checker
CryptoInspect digital signature metadata embedded in a PDF with X.509 certificates. Reads certificates issuer signing time and the signed byte range It does not.
Related Tools
About PDF Signature Checker
You cannot tell by eye whether a PDF contract truly carries a digital signature or whether its content was quietly altered after signing. The file is parsed entirely on your device with no upload, ideal for quickly verifying a contract or e-signed document before you accept it, so you avoid trusting a tampered or unsigned file.
How to Use
- Open the PDF Signature Checker tool
- Enter the content and set the parameters
- Adjust the output options as needed
- Click the Generate button; results appear in real time
- Copy or export the result
Use Cases
- Verify contract signatures — Before accepting an e-signed PDF contract, confirm it actually contains a valid signature dictionary.
- Check for tampering — See whether the signature ByteRange covers the entire document to spot edits appended after signing.
- Inspect the signer — Read issuer and subject details from the signing certificate to confirm the signer's identity.
- Review files in bulk — Quickly tell which PDFs in a batch are signed and which are plain documents.
- Diagnose invalid signatures — Understand whether a reader's "signature invalid" warning stems from structure or alteration.
- Compliance review — Check that a batch of signed PDFs from a third party all contain valid signature dictionaries for regulatory auditing.
- Signature health check — Verify that a PDF's embedded certificate chain is structurally sound before long-term archival.
FAQ
Can this tool confirm a signature is definitively valid?
It parses and shows the signature structure, certificate info, and ByteRange, telling you whether the document is signed and whether the signature spans the file. Full validity also requires verifying the certificate trust chain and revocation status, which usually needs online CA/CRL/OCSP, so defer to a professional PDF reader's final verdict.
Why does ByteRange matter?
ByteRange defines the byte ranges the signature protects. If a signature covers only part of the content, or the document was appended after signing (incremental update), post-signing tampering may exist, and checking it surfaces that risk.
Are e-signatures and digital signatures the same?
Not exactly. An "electronic signature" broadly means any electronic intent to sign and may just be an image; a "digital signature" specifically means a cryptographic signature based on public-key crypto and certificates that verifies integrity and identity. This tool targets the latter.
What does it mean if no signature info appears?
Usually the PDF has no embedded digital signature at all and is a plain document or carries a handwritten-signature image. Image signatures offer no cryptographic tamper resistance and should not be taken as proof of trust.
Will my contract file be uploaded?
No. The PDF is parsed locally inside your browser and its content is sent to no server, suitable for sensitive contracts containing trade secrets or personal data.