summaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2010-08-10 01:33:40 +0200
committerJay Berkenbilt <ejb@ql.org>2010-08-10 01:33:40 +0200
commitbd7261da9b3735688e8dcaeefe21294a1d13afd6 (patch)
treed953ffe0cacf5914996fae62282c1486d45c73d7 /manual
parent54303cea9c7ea78ba58eac648d20d3cbad729d4a (diff)
downloadqpdf-bd7261da9b3735688e8dcaeefe21294a1d13afd6.tar.zst
getRawStreamData()
git-svn-id: svn+q:///qpdf/trunk@1010 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'manual')
-rw-r--r--manual/qpdf-manual.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index 8d9f12d3..54e7a70b 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -2107,6 +2107,16 @@ print "\n";
</listitem>
<listitem>
<para>
+ Add new method in <classname>QPDFObjectHandle</classname>:
+ <function>getRawStreamData</function>, which returns the raw
+ (unfiltered) stream data into a buffer. This complements the
+ <function>getStreamData</function> method, which returns the
+ filtered (uncompressed) stream data and can only be used when
+ the stream's data is filterable.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
Provide two new examples:
<command>pdf-double-page-size</command> and
<command>pdf-invert-images</command> that illustrate the newly