pdftools_sdk.document_assembly.name_conflict_resolution
Classes
|
- class pdftools_sdk.document_assembly.name_conflict_resolution.NameConflictResolution(value)[source]
Bases:
IntEnum
- Variables:
MERGE (int) – Elements with the same name are considered the same and are merged if possible.
RENAME (int) – Elements with the same name are considered different and the later occurrence is renamed.
- MERGE = 1
- RENAME = 2