Extracts all attached files embedded in PDF files.
[Executing example commands]
Outputs the attached file embedded in test.pdf to the specified folder C:\out.
[Windows]
AHPDFToolCmd80.exe -extractEmbeddedFile C:\out -d C:\test\test.pdf
[Linux]
AHPDFToolCmd80 -extractEmbeddedFile /home/antenna/sav -d /home/antenna/test/test.pdf
You can perform batch processing by specifying the input folder to the -d parameter. If a folder is specified, the attached file will be extracted from the PDF file existing in the input folder. Specify the output folder with the parameter [outFolderPath]. If a folder is specified, the attached file will be extracted from the PDF file existing in the input folder.
Extracted attached files will be saved within each of these subfolders. If a folder is specified, the attached file will be extracted from the PDF file existing in the input folder.
Parameter | Content |
---|---|
[outFolderPath] | [required] Sets the output destination folder path for attached files. |