PDF Signature Verify

Verify digital signatures in PDF documents

Check authenticity, integrity, and certificate chain of digitally signed PDFs.

Example Results

2 examples

Verify signed PDF document

Check authenticity, integrity, and certificate chain of a digitally signed PDF

Sample verification report showing PDF signature status, authenticity, integrity, and certificate chain information.
View input parameters
{ "pdfFile": "/public/samples/pdf/signed-document-example.pdf", "showCertDetails": true, "showPemCert": false }

Verify with PEM certificate display

Show full PEM certificate data in the verification report

Verification report with PEM certificate details visible.
View input parameters
{ "pdfFile": "/public/samples/pdf/signed-document-example.pdf", "showCertDetails": true, "showPemCert": true }

Click to upload file or drag and drop file here

Maximum file size: 10MB Supported formats: application/pdf

Key Facts

Category
Documents & PDF
Input Types
file, checkbox
Output Type
json
Sample Coverage
4
API Ready
Yes

Overview

The PDF Signature Verify tool allows you to check the authenticity, integrity, and certificate chain of digitally signed PDF documents. By uploading a signed PDF, you can instantly verify if the signature is valid, ensure the document has not been altered since signing, and inspect detailed certificate information.

When to Use

  • When you receive a signed contract or legal agreement and need to confirm the signer's identity.
  • When you want to verify that a PDF document has not been tampered with or modified after being digitally signed.
  • When you need to inspect the certificate chain or extract the PEM certificate details of a signed PDF.

How It Works

  • Upload the digitally signed PDF document using the file input.
  • Choose whether to display detailed certificate information and the raw PEM certificate data.
  • Run the tool to generate a comprehensive HTML verification report showing signature status and certificate details.

Use Cases

Auditing digital contracts to ensure signatures are legally binding and authentic.
Verifying official academic transcripts or certificates issued as signed PDFs.
Inspecting cryptographic certificate details and PEM data for compliance and security audits.

Examples

1. Verify Contract Signature Validity

Legal Operations Specialist
Background
A legal operations specialist receives a signed vendor agreement and needs to confirm that the digital signature is valid and the document has not been altered.
Problem
Confirming the authenticity of the digital signature and checking for post-signature modifications.
How to Use
Upload the signed PDF contract, check 'Show Certificate Details', and run the verification.
Outcome
The tool generates a report confirming the signature is valid, the document integrity is intact, and displays the signer's certificate details.

2. Extract PEM Certificate for Compliance Audit

Security Auditor
Background
An auditor needs to verify a signed financial report and extract the raw PEM certificate data for compliance records.
Problem
Verifying the signature while also retrieving the raw PEM certificate data from the PDF.
How to Use
Upload the signed financial PDF, enable both 'Show Certificate Details' and 'Show PEM Certificate' options, and run the verification.
Outcome
The verification report displays the signature status along with the complete PEM certificate block for auditing.

Try with Samples

pdf, file

Related Hubs

FAQ

What does this tool verify in a signed PDF?

It checks the validity of the digital signature, verifies document integrity to ensure no changes were made, and inspects the certificate chain.

Can I view the raw PEM certificate data?

Yes, by enabling the 'Show PEM Certificate' option, the tool will include the raw PEM data in the verification report.

Does this tool support files other than PDF?

No, this tool only supports PDF documents.

How do I know if a document was modified after signing?

The verification report will explicitly state if the document integrity has been compromised or if modifications were detected.

Is my PDF uploaded securely for verification?

Yes, your file is processed securely to extract signature metadata and verify the certificate chain.

API Documentation

Request Endpoint

POST /en/api/tools/pdf-signature-verify

Request Parameters

Parameter Name Type Required Description
pdfFile file (Upload required) Yes -
showCertDetails checkbox No -
showPemCert checkbox No -

File type parameters need to be uploaded first via POST /upload/pdf-signature-verify to get filePath, then pass filePath to the corresponding file field.

Response Format

{
  "key": {...},
  "metadata": {
    "key": "value"
  },
  "error": "Error message (optional)",
  "message": "Notification message (optional)"
}
JSON Data: JSON Data

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-pdf-signature-verify": {
      "name": "pdf-signature-verify",
      "description": "Verify digital signatures in PDF documents",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=pdf-signature-verify",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

Supports URL file links or Base64 encoding for file parameters.

If you encounter any issues, please contact us at [email protected]