mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 02:49:00 +00:00
Tweak wording on unreferenced objects in qdf.rst
...based on a debian bug report.
This commit is contained in:
parent
a1fe40a4f0
commit
8f792b7e2e
@ -84,9 +84,10 @@ nothing generally ever references it by number.
|
|||||||
|
|
||||||
It is not generally practical to remove objects from QDF files without
|
It is not generally practical to remove objects from QDF files without
|
||||||
messing up object numbering, but if you remove all references to an
|
messing up object numbering, but if you remove all references to an
|
||||||
object, you can run qpdf on the file (after running
|
object without removing the object itself (by removing all indirect
|
||||||
:command:`fix-qdf`), and qpdf will omit the now-orphaned
|
objects that point to it), this will leave the object unreferenced.
|
||||||
object.
|
Then you can run qpdf on the file (after running :command:`fix-qdf`),
|
||||||
|
and qpdf will omit the now-orphaned object.
|
||||||
|
|
||||||
When :command:`fix-qdf` is run, it goes through the file
|
When :command:`fix-qdf` is run, it goes through the file
|
||||||
and recomputes the following parts of the file:
|
and recomputes the following parts of the file:
|
||||||
|
Loading…
Reference in New Issue
Block a user