

| Name | Macro | Description | Example |
|---|---|---|---|
| File name of the first image | [%file] | Fully qualified file name of first image | c:\abc\img1.jpg |
| File name of the first image without extension | [%filenoext] | Fully qualified file name of first image without the extension | c:\abc\img1 |
| Number of pages printed | [%page] | Number of pages printed | 268 |
| Fully qualified file names of all generated images | [%allfiles] | The specified application will be called to process each generated image file in succession (one at a time) |
c:\abc\img1.jpg c:\abc\img2.jpg |
| Fully qualified file names of all generated images without the extension | [%allfilesnoext] | The specified application will be called to process each generated image file in succession (one at a time) |
c:\abc\img1 c:\abc\img2 |
| Current save folder name without a trailing backslash | [%folder] | Current save folder name without a trailing backslash | c:\abc |
| Sentinel file | [%sentinel] | Fully qualified file name of the sentinel file. The sentinel file can be used to collect information about print jobs (for example, a list of image files generated) and pass that information to your application for processing. | c:\image\sentinel_image printer_0034.txt |
| Program Files folder directory for 32-bit applications | [%programfilesx86] | The Program Files folder directory (without a trailing backslash) on a 32-bit (x86) OS, and the Program Files (x86) folder on a 64-bit (x64) OS | C:\Program Files (x86) |