mirror of
https://github.com/qpdf/qpdf.git
synced 2024-11-05 21:07:50 +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
|
||||
messing up object numbering, but if you remove all references to an
|
||||
object, you can run qpdf on the file (after running
|
||||
:command:`fix-qdf`), and qpdf will omit the now-orphaned
|
||||
object.
|
||||
object without removing the object itself (by removing all indirect
|
||||
objects that point to it), this will leave the object unreferenced.
|
||||
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
|
||||
and recomputes the following parts of the file:
|
||||
|
Loading…
Reference in New Issue
Block a user