첨부파일 추출

PDF에 첨부된 모든 파일을 ZIP으로 추출합니다.

클릭하여 파일 선택 또는 파일을 끌어다 놓으세요

여러 PDF 파일 지원

파일이 기기 밖으로 나가지 않습니다.

이용 방법

1

Upload File

파일을 클릭하거나 끌어다 놓아 시작하세요

2

Process

처리 버튼을 눌러 변환을 시작하세요

3

Download

완성된 파일을 바로 저장하세요

관련 PDF 도구

Merge PDF

Free online merge PDF tool

Compress PDF

Free online compress PDF tool

Split PDF

Free online split PDF tool

Edit PDF

Free online edit PDF tool

Rotate PDF

Free online rotate PDF tool

자주 묻는 질문

What counts as an attachment in a PDF?

Files embedded inside the PDF, either at the document level (the paperclip panel in Acrobat) or attached to a specific page as a file attachment annotation. Images drawn on the page, fonts, and form data are not attachments; for pictures use Extract Images.

Why does it say the PDF has no attachments?

It means cpdf found no embedded files at either the document or page level. Pictures on the page, hyperlinks to external files, and form field data can look like attachments in a viewer but aren't stored as embedded files, so there is nothing to extract.

How are the extracted files named?

Each file keeps the name it was embedded with. Attachments tied to a specific page get the PDF's name and page number added as a prefix, and if two attachments share a name the second gets a _1 suffix so nothing is overwritten inside the ZIP.

Can I extract attachments from several PDFs at once?

Upload as many PDFs as you like and click Extract Attachments once. Everything found across all of them is placed in one extracted-attachments.zip, and the status message reports the total count and combined size.

What file types can be extracted?

Anything that was embedded: spreadsheets, XML data files, images, ZIP archives, other PDFs, and so on. The tool copies the bytes out exactly as they were stored and doesn't convert or open them.

Can I extract attachments from a password-protected PDF?

Encrypted PDFs prompt for their password when loaded, and extraction then runs on the decrypted copy held in memory. Without the correct password the embedded files can't be read.

Can I view or delete individual attachments instead of extracting all of them?

This tool extracts everything in one pass. To inspect, remove, or replace individual attachments inside the PDF use Edit Attachments, and to embed new ones use Add Attachments.

Are the embedded files uploaded during extraction?

No. The PDFs are parsed by a WebAssembly build of cpdf in a background worker in your browser, the ZIP is assembled locally, and the download comes straight from your device. Attachments often contain source data, so this keeps them off any server.