機能
Pdfdetach はPDF(Portable Document Format)ファイルからの埋め込みファイル(添付ファイル)の一覧表示、又は抽出します。
Helpの内容
001 I:¥Tools¥Run¥Xpdf¥bin32>pdfdetach -h
002 pdfdetach version 3.04
003 Copyright 1996-2014 Glyph & Cog, LLC
004 Usage: pdfdetach [options] <PDF-file>
005 -list : list all embedded files
006 -save <int> : save the specified embedded file
007 -saveall : save all embedded files
008 -o <string> : file name for the saved embedded file
009 -enc <string> : output text encoding name
010 -opw <string> : owner password (for encrypted files)
011 -upw <string> : user password (for encrypted files)
012 -cfg <string> : configuration file to use in place of .xpdfrc
013 -v : print copyright and version info
014 -h : print usage information
015 -help : print usage information
016 --help : print usage information
017 -? : print usage information
形式
pdfdetach [options] [PDF-file]
オプション
-list
PDFファイルに埋め込まれたすべてのファイルを一覧表示します。ファイル名は「-enc」スイッチで指定されたテキストのエンコーディングに変換されます。
I:¥Tools¥Run¥Xpdf¥bin32>pdfdetach -list a-de-001.pdf
2 embedded files
1: Qpdf‐004.xls
2: pdfdetach.txt
-enc EUC-JP を追加する
I:\Tools\Run\Xpdf\bin32>pdfdetach -list -enc EUC-JP a-de-001.pdf
2 embedded files
1: Qpdf-004.xls
2: pdfdetach.txt
動作確認の環境
- Windows 10 64bit Pro
- Microsoft Office 2007 Excel 32bit
< Xpdf へ戻る >