About PDF Metadata Editor
Every PDF carries an Info dictionary with eight standard fields — Title, Author, Subject, Keywords, Creator (originating app), Producer (PDF library), Creation Date, Mod Date. Adobe Acrobat lets you edit them, but Acrobat costs money and isn't always to hand. For an HR-bound CV, a peer-review submission, a contract going to opposing counsel or a public-records release, these fields are a small but real privacy leak — your username from Word's auto-fill, the company name from your Acrobat install, the exact creation timestamp matching when you actually wrote the doc.
This PDF metadata editor does the targeted version
— view the current Info dictionary, edit any subset of the eight
fields to specific values, and download a fresh PDF with the new
metadata baked in. Fields are whitelisted server-side
so a hand-crafted JSON payload can't inject arbitrary PDF objects.
The PDF's actual content stream — pages, fonts, embedded files,
forms, signatures — passes through unchanged; only the
/Info dictionary in the trailer is rewritten. Page
count, PDF version and document structure stay byte-identical to the
original. Files up to 50 MB.
Use it to scrub author and creation date before sending a CV to a recruiter, blind a paper draft for double-blind peer review, change the title that shows up in browser tabs and PDF readers, set a consistent producer name across a batch of documents, audit which PDF library a downloaded document was generated by, or fix a client's typo-laden title before forwarding. The PDF is processed in a stateless serverless function and deleted immediately after the response.