mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-06-05 22:09:39 +02:00
JSON tuples to arrays
This commit is contained in:
BIN
cpdfmanual.pdf
BIN
cpdfmanual.pdf
Binary file not shown.
@ -3771,14 +3771,14 @@ Unclassified: 11229 bytes (3.62%)
|
|||||||
\begin{framed}\small\begin{verbatim}
|
\begin{framed}\small\begin{verbatim}
|
||||||
$ cpdf -composition-json cpdfmanual.pdf
|
$ cpdf -composition-json cpdfmanual.pdf
|
||||||
[
|
[
|
||||||
("Images", 0, 0.0),
|
["Images", 0, 0.0],
|
||||||
("Fonts", 144731, 46.71620256351494),
|
["Fonts", 144731, 46.71620256351494],
|
||||||
("Content streams", 132767, 42.854468398271194),
|
["Content streams", 132767, 42.854468398271194],
|
||||||
("Structure Info", 0, 0.0),
|
["Structure Info", 0, 0.0],
|
||||||
("Attached Files", 0, 0.0),
|
["Attached Files", 0, 0.0],
|
||||||
("XRef Table", 21082, 6.8048378194306816),
|
["XRef Table", 21082, 6.8048378194306816],
|
||||||
("Piece Info", 0, 0.0),
|
["Piece Info", 0, 0.0],
|
||||||
("Unclassified", 11229, 3.6244912187831857)
|
["Unclassified", 11229, 3.6244912187831857]
|
||||||
]
|
]
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
\end{framed}\pagestyle{empty}\thispagestyle{fancy}
|
\end{framed}\pagestyle{empty}\thispagestyle{fancy}
|
||||||
|
Reference in New Issue
Block a user