We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9645674 commit 2a8349eCopy full SHA for 2a8349e
fop-core/src/main/java/org/apache/fop/pdf/PDFDocument.java
@@ -1182,7 +1182,7 @@ private TrailerDictionary createTrailerDictionary(boolean addRoot) {
1182
if (addRoot) {
1183
trailerDictionary.setRoot(root).setInfo(info);
1184
}
1185
- trailerDictionary.setFileID(gen.getOriginalFileID(), gen.getUpdatedFileID());
+ trailerDictionary.setFileID("279B5BE7BC0E1B4FE4D4A16B1C28B990".getBytes(), "3D096A7D6223E7A468C7AB8CAD3F6602".getBytes());
1186
if (isEncryptionActive()) {
1187
trailerDictionary.setEncryption(encryption);
1188
0 commit comments