Skip to main content

Remove Metadata

Strip metadata from PDF files. Remove author, dates, and document properties.

Upload PDF File

Drag and drop a PDF file here, or click to browse.

개발자 API

API로 사용 가능

PDF Tools API로 이 PDF 워크플로를 자동화하세요. 성공한 요청마다 1 Credit이 차감되며, 처리 실패 시 자동 환불됩니다.

/api/external/pdf-tools/remove-metadata성공 요청당 1 Credit출력: result.pdf
curl -X POST https://itextmaster.com/api/external/pdf-tools/remove-metadata \
  -H 'x-api-key: YOUR_API_KEY' \
  -F 'file=@input.pdf;type=application/pdf' \
  -F 'options={}' \
  --output result.pdf

이 도구에 대하여

Remove Metadata strips all document properties and metadata from your PDF files. Remove author names, creation dates, software information, and other identifying data.

Essential for privacy when sharing documents or when metadata could reveal sensitive information.

All processing happens in your browser, ensuring your documents remain private.

사용 방법

  1. Upload Your PDF

    Drag and drop your PDF file or click to select.

  2. Remove Metadata

    Click Remove to strip all metadata.

  3. Download

    Download the metadata-free PDF.

활용 사례

Privacy Protection

Remove personal information before sharing.

Anonymous Documents

Create documents without author attribution.

Clean Distribution

Distribute documents without internal metadata.

자주 묻는 질문

What metadata is removed?

Author, title, subject, keywords, dates, creator, and producer information.

Is XMP metadata removed?

Yes, both standard and XMP metadata are stripped.

Will content be affected?

No, only metadata is removed; document content remains unchanged.