API V2

Get PDF Metadata

  • Method: POST
  • Endpoint: /api/v2/GetPdfMetadata

Parameters

File Contentbase64, Required

The content of the input file.

File Namestring, Required

Map source PDF file content from the previous action

Output

Titlestring

Display Page Title

Subjectstring

Display Page Subject

Page countstring

It will display total count of the page.

Authorstring

It will display author name.

Sizestring

It will show total size of the pdf.

Creatorstring

It will show you Creator name.

Producerstring

It will show you producer name.

Creation Datestring

It will display creation Date like -
“creationDate”: “2025-01-15T09:25:55+00:00”

Modified Datestring

It will display modified date like-
“modDate”: “2025-01-15T09:25:55+00:00”

Is Encryptedboolean, Required
Default: false

Select ‘true’ to IsEncrypted PDF and ‘false’ to display it in PDF

Is Linearizedboolean

Fast web View

Pdf Compliancestring

PDF Compliance Level

Is Signedboolean

It will display signed of the PDF

PDF Versionstring

PDF Version like - “1.5”

Header
Content-Type:application/json
Authorization: Please copy key from the link.

Payload

{
  "docContent": "Please put PDF base64 content",
  "docName": "output.pdf"
}

PDF4me api samples

CSharp(C#)
Java
JavaScript
Python
Salesforce
n8n
Google Script
AWS Lambda