PDFDetach

PDFDetach

Extracts attached files from PDF files (Part of XPDF)

Category
PDF
License
open source
Platforms
Windows macOS Linux
Released
1995
Path
c:\xpdf\pdfdetach.exe
Version
Latest known: 4.06 (2024-02-08)

Examples

1. List all of the embedded files in the PDF file.

pdfdetach.exe list d:\mypdf.pdf

2. Saves embedded file #1 from the PDF file to the same directory. (Use -o to provide full filtepath.)

pdfdetach.exe -save 1 d:\mypdf.pdf

3. Saves embedded file #1 from the PDF file using the filed names associated with the embededed files.

pdfdetach.exe -saveall - d:\savedFiles d:\mypdf.pdf