aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/QPDFWriter.hh
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-02-05 00:02:56 +0100
committerJay Berkenbilt <ejb@ql.org>2018-02-05 00:16:23 +0100
commite3167c1a609a1f5262d8308dd94845d557e235d8 (patch)
tree1dfac8fd5c3419a9d17b4971e0ef55bc10cc8730 /include/qpdf/QPDFWriter.hh
parent9732de7ea4689f5dc7e4139cf580c457a3cf41d9 (diff)
downloadqpdf-e3167c1a609a1f5262d8308dd94845d557e235d8.tar.zst
Fix linearization for files with nonstandard ID length
Diffstat (limited to 'include/qpdf/QPDFWriter.hh')
-rw-r--r--include/qpdf/QPDFWriter.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/qpdf/QPDFWriter.hh b/include/qpdf/QPDFWriter.hh
index ebd833db..c831c2ca 100644
--- a/include/qpdf/QPDFWriter.hh
+++ b/include/qpdf/QPDFWriter.hh
@@ -414,6 +414,7 @@ class QPDFWriter
void initializeSpecialStreams();
void preserveObjectStreams();
void generateObjectStreams();
+ std::string getOriginalID1();
void generateID();
void interpretR3EncryptionParameters(
std::set<int>& bits_to_clear,