aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-08-19 20:40:33 +0200
committerJay Berkenbilt <ejb@ql.org>2017-08-21 23:44:22 +0200
commitddc6cf0cf6c11bb50f9f576bf547df3674142c97 (patch)
tree315cb87cce6ab27648dfa8edc5e941f04bf5178b /manual
parent9744414c66e3f85700ebc8b32d90f45ff97221bd (diff)
downloadqpdf-ddc6cf0cf6c11bb50f9f576bf547df3674142c97.tar.zst
Precheck streams by default
There is no need for a --precheck-streams option. We can do the precheck without imposing any penalty, only re-encoding the stream if it fails the first time.
Diffstat (limited to 'manual')
-rw-r--r--manual/qpdf-manual.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index 14e8b8bc..0e7d05f7 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -997,23 +997,6 @@ outfile.pdf</option>
</listitem>
</varlistentry>
<varlistentry>
- <term><option>--precheck-streams</option></term>
- <listitem>
- <para>
- Tells qpdf to precheck each stream for the ability to decode
- it. Ordinarily qpdf tries to decode streams that it thinks it
- can decode based on the filters, and if there ends up being an
- error when actually trying to do the decode, the stream data
- is truncated. This flag causes qpdf to actually read the
- stream fully before deciding whether to filter the stream.
- This option will slow qpdf down since it will have to read the
- stream twice, but it allows raw stream data to be preserved in
- cases where the decoding of the stream would fail for some
- reason. This may be useful in working with some damaged files.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
<term><option>--preserve-unreferenced</option></term>
<listitem>
<para>