summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorFabio D'Urso <fabiodurso@hotmail.it>2012-08-04 02:06:11 +0200
committerAlbert Astals Cid <aacid@kde.org>2012-09-06 22:06:47 +0200
commit4ab8e7be536db40db8a1a4af50dad3ba59c49f14 (patch)
tree007834e1e6e2dd1de5889436b9c274b65c7192a0 /utils
parent9e43f9a8bcbee9060309b9679dbcc6b501a79cfb (diff)
Propagate encryption parameters to PDFDoc's write functions
Diffstat (limited to 'utils')
-rw-r--r--utils/pdfunite.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/pdfunite.cc b/utils/pdfunite.cc
index cd71ddc3..a16f4dd7 100644
--- a/utils/pdfunite.cc
+++ b/utils/pdfunite.cc
@@ -154,7 +154,7 @@ int main (int argc, char *argv[])
outStr->printf("/Parent %d 0 R", rootNum + 1);
} else {
outStr->printf("/%s ", key);
- PDFDoc::writeObject(&value, outStr, yRef, offsets[i]);
+ PDFDoc::writeObject(&value, outStr, yRef, offsets[i], NULL, cryptRC4, 0, 0, 0);
}
value.free();
}