mirror of
https://github.com/qpdf/qpdf.git
synced 2024-11-10 23:20:58 +00:00
Document that linearize disables qdf (fixes #312)
This commit is contained in:
parent
a5a016cdd2
commit
131a21d36f
@ -1826,7 +1826,8 @@ outfile.pdf</option>
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Turns on QDF mode. For additional information on QDF, please
|
Turns on QDF mode. For additional information on QDF, please
|
||||||
see <xref linkend="ref.qdf"/>.
|
see <xref linkend="ref.qdf"/>. Note that
|
||||||
|
<option>--linearize</option> disables QDF mode.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -2364,7 +2365,9 @@ outfile.pdf</option>
|
|||||||
some restrictions, in an ordinary text editor. This can be very
|
some restrictions, in an ordinary text editor. This can be very
|
||||||
useful for experimenting with different PDF constructs or for
|
useful for experimenting with different PDF constructs or for
|
||||||
making one-off edits to PDF files (though there are other reasons
|
making one-off edits to PDF files (though there are other reasons
|
||||||
why this may not always work).
|
why this may not always work). Note that QDF mode does not support
|
||||||
|
linearized files. If you enable linearization, QDF mode is
|
||||||
|
automatically disabled.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
It is ordinarily very difficult to edit PDF files in a text editor
|
It is ordinarily very difficult to edit PDF files in a text editor
|
||||||
|
@ -1378,7 +1378,8 @@ ArgParser::argHelp()
|
|||||||
<< " including DCT (JPEG)\n"
|
<< " including DCT (JPEG)\n"
|
||||||
<< "\n"
|
<< "\n"
|
||||||
<< "In qdf mode, by default, content normalization is turned on, and the\n"
|
<< "In qdf mode, by default, content normalization is turned on, and the\n"
|
||||||
<< "stream data mode is set to uncompress.\n"
|
<< "stream data mode is set to uncompress. QDF mode does not support\n"
|
||||||
|
<< "linearized files. The --linearize flag disables qdf mode.\n"
|
||||||
<< "\n"
|
<< "\n"
|
||||||
<< "Setting the minimum PDF version of the output file may raise the version\n"
|
<< "Setting the minimum PDF version of the output file may raise the version\n"
|
||||||
<< "but will never lower it. Forcing the PDF version of the output file may\n"
|
<< "but will never lower it. Forcing the PDF version of the output file may\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user