summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2012-09-23 23:42:26 +0200
committerJay Berkenbilt <ejb@ql.org>2012-09-23 23:42:26 +0200
commit041397fdabde66574824db7582a26ef1e3fbfc65 (patch)
treebb9d46db2082978e8c7fbbe4373e5df8e70e68b1 /ChangeLog
parent8c99e4a6c0f79c62fb9983404086c72ecf54ac83 (diff)
downloadqpdf-041397fdabde66574824db7582a26ef1e3fbfc65.tar.zst
Allow reading from InputSource and writing to Pipeline
Allowing users to subclass InputSource and Pipeline to read and write from/to arbitrary sources provides the maximum flexibility for users who want to read and write from other than files or memory.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fd15bda1..f023b09b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-09-23 Jay Berkenbilt <ejb@ql.org>
+
+ * Add public methods QPDF::processInputSource and
+ QPDFWriter::setOutputPipeline to allow users to read from custom
+ input sources and to write to custom pipelines. This allows the
+ maximum flexibility in sources for reading and writing PDF files.
+
2012-09-06 Jay Berkenbilt <ejb@ql.org>
* 3.0.2: release