aboutsummaryrefslogtreecommitdiffstats
path: root/manual/object-streams.rst
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-12-18 18:30:00 +0100
committerJay Berkenbilt <ejb@ql.org>2021-12-18 18:30:00 +0100
commitc9d54fda518db58f7f610c6af5a69e316c07a52d (patch)
tree1dc29583f536d65b1f5d6eff6d9ffc35af66a94b /manual/object-streams.rst
parent426b4ce8565e4f9143c122fd3afbcc22598fc6c4 (diff)
downloadqpdf-c9d54fda518db58f7f610c6af5a69e316c07a52d.tar.zst
Remove ref. from documentation references
Diffstat (limited to 'manual/object-streams.rst')
-rw-r--r--manual/object-streams.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/manual/object-streams.rst b/manual/object-streams.rst
index 6c2b3fc8..116b2b8f 100644
--- a/manual/object-streams.rst
+++ b/manual/object-streams.rst
@@ -1,4 +1,4 @@
-.. _ref.object-and-xref-streams:
+.. _object-and-xref-streams:
Object and Cross-Reference Streams
==================================
@@ -6,7 +6,7 @@ Object and Cross-Reference Streams
This chapter provides information about the implementation of object
stream and cross-reference stream support in qpdf.
-.. _ref.object-streams:
+.. _object-streams:
Object Streams
--------------
@@ -27,7 +27,7 @@ if the file is encrypted, though this is not specifically disallowed by
the specification.
There are additional restrictions for linearized files. See
-:ref:`ref.object-streams-linearization` for details.
+:ref:`object-streams-linearization` for details.
The PDF specification refers to objects in object streams as "compressed
objects" regardless of whether the object stream is compressed.
@@ -62,7 +62,7 @@ is the object number and the byte offset of the object relative to the
first object in the stream, followed by the objects themselves,
concatenated.
-.. _ref.xref-streams:
+.. _xref-streams:
Cross-Reference Streams
-----------------------
@@ -111,7 +111,7 @@ which are these:
The other fields in the xref stream, which may be indirect if desired,
are the union of those from the xref table's trailer dictionary.
-.. _ref.xref-stream-data:
+.. _xref-stream-data:
Cross-Reference Stream Data
~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -138,7 +138,7 @@ PDF 1.5 has three field types:
It seems standard to have the first entry in the table be ``0 0 0``
instead of ``0 0 ffff`` if there are no deleted objects.
-.. _ref.object-streams-linearization:
+.. _object-streams-linearization:
Implications for Linearized Files
---------------------------------
@@ -161,7 +161,7 @@ When numbering objects, all shared objects within both the first and
second halves of the linearized files must be numbered consecutively
after all normal uncompressed objects in that half.
-.. _ref.object-stream-implementation:
+.. _object-stream-implementation:
Implementation Notes
--------------------