Skip to main content

PDF Guide

Remove metadata before sharing PDF

A guide to checking and removing PDF metadata before sharing documents outside your team or organization. PDFs that leave your team, client folder, or internal workspace.

What this guide covers

This guide is for PDFs that leave your team, client folder, or internal workspace. It explains how to prepare the files, choose the right tool sequence, and produce a cleaner PDF with fewer hidden document properties.

It treats privacy and processing location as part of the workflow, so author names, project titles, editor apps, timestamps, and internal keywords are not handled casually.

It also separates manual website work from API automation, because browser-local tools and server-side API calls solve different problems.

Before you start

  • Make a copy of the original files before editing, especially when the source came from email, client portals, public downloads, or procurement systems.
  • Decide what the final document should contain. Finish visible edits first, because later edits can write new metadata.
  • Keep the first run small enough to review. Large batches are easier after the workflow is proven.

Recommended workflow

  1. 1

    Plan the final output

    Write down the intended order, page ranges, file size target, and review owner before opening the tool.

  2. 2

    Inspect, then remove metadata

    Use the primary tool for the main change, then use related tools only when they solve a specific preparation or cleanup step.

  3. 3

    Review the output

    Open the result and check document title, author, creator app, timestamps, page content, and attachments. Do not rely only on a successful download.

  4. 4

    Choose manual or API next time

    Repeat manual website steps for occasional confidential work. Use the API only when the same workflow must run automatically.

Choose the right path

SituationUseWhy
One-off files that contain author names, project titles, editor apps, timestamps, and internal keywordsUse the website tool firstManual browser-local work keeps the review close to the person handling the document.
A packet needs cleanup before the main taskUse the related preparation toolsSplitting, OCR, compression, or metadata cleanup before the final step reduces rework.
The same workflow runs for many users or every dayUse the API intentionallyServer-side automation is useful when repeatability matters more than manual local review.

Common mistakes

  • Removing metadata too early, then editing the PDF again, can add fresh metadata back.
  • Skipping the review pass after download. A finished file still needs a human check for order, readability, and missing pages.
  • Using API automation before the manual workflow is stable. Automating a bad document process only makes the mistakes repeat faster.

Final checklist

  • The source files are copies, not the only originals.
  • The final output contains only the intended pages or content.
  • The result opens correctly on another device or PDF reader.
  • Hidden metadata, file size, and sharing channel have been checked.
  • API use is reserved for repeatable automation, not routine manual work.

FAQ

Should I use the website tool or the API for PDFs that leave your team, client folder, or internal workspace?

Use the website tool for manual work you want to review in the browser. Use the API only when your app or backend needs a repeatable server-side workflow.

What should I check before sharing the result?

Check document title, author, creator app, timestamps, page content, and attachments, confirm the file opens correctly, and clean metadata if the document is leaving your team.