Commit 3ab1581 1 parent ec85a27 commit 3ab1581 Copy full SHA for 3ab1581
File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -1234,7 +1234,12 @@ def generate_file_identifiers(self) -> None:
1234
1234
Generate an identifier for the PDF that will be written.
1235
1235
1236
1236
The only point of this is ensuring uniqueness. Reproducibility is not
1237
- required; see 14.4 "File Identifiers".
1237
+ required;
1238
+ When a file is first written, both identifiers shall be set to the same value.
1239
+ If both identifiers match when a file reference is resolved, it is very
1240
+ likely that the correct and unchanged file has been found. If only the first
1241
+ identifier matches, a different version of the correct file has been found.
1242
+ see 14.4 "File Identifiers".
1238
1243
"""
1239
1244
if self ._ID :
1240
1245
id1 = self ._ID [0 ]
You can’t perform that action at this time.
0 commit comments