aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-12-27 01:45:01 +0100
committerJay Berkenbilt <ejb@ql.org>2020-12-28 18:58:19 +0100
commit12ecd2019a3186d11ebb6083b3813ce722fb2329 (patch)
treecce0595cc82bef7a66c2b8ed6d0e9bf726334500 /ChangeLog
parent3f9191a34456e79ec6d98bfe46546d9df9abdcba (diff)
downloadqpdf-12ecd2019a3186d11ebb6083b3813ce722fb2329.tar.zst
Add QPDFObjectHandle::setFilterOnWrite
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c94c76e6..32f0fb34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2020-12-26 Jay Berkenbilt <ejb@ql.org>
+ * Add QPDFObjectHandle::setFilterOnWrite, which can be used to
+ tell QPDFWriter not to filter a stream on output even if it can.
+ You can use this to prevent QPDFWriter from touching a stream
+ (either uncompressing or compressing) that you have optimized or
+ otherwise ensured looks exactly the way you want it, even if
+ decode level or stream compression would otherwise cause
+ QPDFWriter to modify the stream.
+
* Add ostream << for QPDFObjGen. (Don't ask why it took 7.5 years
for me to decide to do this.)