← Back to Tools

PDF Metadata Extractor

Read Author, CreationDate, and Generator metadata from a PDF.

How it works

This tool runs entirely in your browser using vanilla JavaScript. Data is not sent to any server. Mechanically, it processes the input string or array buffer using native web APIs (like WebCrypto, TextEncoder, or regex matching).

Common Use Cases

  • Debugging broken files.
  • Verifying data integrity.
  • Extracting raw data structures.

Related Tools