From 041397fdabde66574824db7582a26ef1e3fbfc65 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 23 Sep 2012 17:42:26 -0400 Subject: 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. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fd15bda1..f023b09b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2012-09-23 Jay Berkenbilt + + * 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 * 3.0.2: release -- cgit v1.2.3-54-g00ecf