JSON tuples to arrays

This commit is contained in:
John Whitington
2024-12-09 17:05:05 +00:00
parent dd5aac3f48
commit 1badeb2ffb
2 changed files with 8 additions and 8 deletions

Binary file not shown.

View File

@ -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}