TPDFlibAttachmentConflictPolicy
Data types
Description
Selects how SaveAllAttachmentsEx handles an output name already used on disk or earlier in the same export
Syntax
Delphi
TPDFlibAttachmentConflictPolicy = (acpOverwrite, acpSkip, acpRename);Values
| acpOverwrite | Replace the target |
|---|---|
| acpSkip | Leave the target unchanged and skip this attachment |
| acpRename | Select a unique numeric suffix |