Skip to main content

Get PDF Metadata

PDFGet PDF Metadata

The Get PDF Metadata API extracts metadata from a PDF. You send the PDF as Base64 (docContent), docName, and optionally async. The API returns JSON with document properties (title, author, subject, keywords, creation/modification dates, PDF version, page count, and more). Use the tester below to try it; more details are in the sections that follow.

Try the Get PDF Metadata API

Quick reference

Endpoint: POST /api/v2/GetPdfMetadata · Required: api-key, docContent, docName

Try it live

Use the form below to send your API key and PDF (Base64). The response is JSON with metadata (title, author, dates, page count, etc.). No code required—fill the fields and click Send request.

Loading API Tester...

Overview, parameters, and use cases

What is Get PDF Metadata?

This endpoint extracts metadata from a PDF. You provide the PDF (Base64) and output name; the API returns JSON with document properties: title, author, subject, keywords, creation and modification dates, PDF version, page count, and other document properties. Use it for indexing, search, or compliance.

Key features

  • Comprehensive metadata – Title, author, subject, keywords, creation/modification dates, PDF version, page count.
  • JSON response – Structured metadata ready for search or workflows.
  • Async – Use async for large PDFs.
Best for

Use when you need document properties for search, indexing, or compliance. For repairing damaged PDFs use Repair PDF Document.

Prerequisites

Before using this endpoint, make sure you have:

Response Format

The API returns JSON with metadata: document title, author, subject, keywords, creation and modification dates, PDF version, page count, and other document properties.

Get Help