PDFAnnotations
Source: CommentsFormat: JSON

Convert PDF Comments to JSON

Automate your feedback loop. Get your PDF comments in a format your software understands.

Drop your PDF here

Securely extract highlights and comments in seconds.

Example Output
preview.json
[
{
"content": "Data privacy regulations have evolved...",
"page": 12,
"author": "Reviewer A"
}
]

Automate Your Editorial Pipeline

Building a custom collaboration platform? You need granular access to document annotations. Our JSON Export treats PDF comments as structured data objects, not just text.

Schema Overview:

  • Content: The actual body of the sticky note.
  • Metadata: Author name, ISO-8601 timestamps, and unique IDs.
  • Position: Page index and X/Y coordinates.

Use this to ingest legacy PDF feedback into modern Content Management Systems (CMS) or run Sentiment Analysis on reviewer comments using Python scripts.

Need more formats?

We support Notion, Obsidian, JSON, CSV, and Text exports.

View All Tools

Frequently Asked Questions

Is the creation date included?

Yes. Every comment object includes a `creationDate` field.

Are coordinates included?

Yes. We track the position of the sticky note icon on the page.

Can I batch process comments?

For privacy reasons, the web tool processes one file at a time locally.