Extract Attachment Activity
The Extract Attachment activity enables users to export attachments embedded within a PDF file. It extracts these attachments and saves them to a designated directory.
| Field | Description | Requirement |
|---|---|---|
| Pdf File Name | The resource file name where attachments are located. | Required |
| Password | The password for the PDF file, if it is protected. | Optional |
| Attach File Path | The output directory where the extracted attachments will be saved. | Required |
Action Types & Examples
Pdf File Name
- Format: string (file path)
- Example Result:
C:\Robusta\robustaStarter.pdf
Password
- Format: string
- Example Result:
123456!
Attach File Path
- Format: string (directory path)
- Example Result:
C:\Robusta
Implementation Examples
Field Setup - Pdf File Name: C:\Robusta\robustaStarter.pdf - Attach File Path: C:\Robusta
Execution Parameters - Password: 123456!
Technical Notes
Ensure that the specified PDF file exists and is accessible. If the PDF is password-protected and an incorrect password is provided, the activity will fail. The activity will create the
Attach File Pathdirectory if it does not already exist.